Marius
Marius
The web app returns to a logged out state after some days (?) of inactivity. I have installed it as PWA, but the issue the same with browser tabs. However...
### Describe the bug Two different parameters kick each other out. ``` const useA = defineStore({ state: { params: useURLSearchParams() }, actions: { test() { this.params.a = 'test'; } }...
The [react-map-gl project](https://github.com/visgl/react-map-gl) has support from mapbox and the linux foundation and [good API docs](https://github.com/visgl/react-map-gl/tree/7.0-release/docs). For the sake of streamlining projects with this kind of reactive programming paradigm, I think...