You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is how can gizmo like reactGizmo supports it.
It need to use global-store, but then other library gizmo like solidGizmo needs to use the same store.
That's why the store should be supplied by just-web.
Either directly in @just-web/app, or @just-web/states, or libraries/context (@just-web/context)
https://docs.astro.build/en/concepts/islands/
Islands are rendered in isolation.
That means sharing application instance through DOM state attachment (React Context) does not work.
One solution is to use https://github.com/unional/global-store instead.
Maybe
just-web
needs to add a gizmo for it?The text was updated successfully, but these errors were encountered: