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
Right now, because express-state keeps namespaces separate from their data, it is possible that data can shadow previously defined namespaces. Given some exposed variables like:
Right now, because express-state keeps namespaces separate from their data, it is possible that data can shadow previously defined namespaces. Given some exposed variables like:
The resulting javascript looks like:
And the
root.foo.bar
namespace gets shadowed by the data inroot.foo
.The text was updated successfully, but these errors were encountered: