QED0711 / spiccato

MIT License
0 stars 1 forks source link

privateState fix in localStorage Subscribers #19

Closed QED0711 closed 1 year ago

QED0711 commented 1 year ago

When a state path is defined as private, subscriber windows should have no knowledge that that path exists within their state schema.

The issue right now is that a subscriber will not initialize a value for a private path, but will still internally know that it exists.

consider cleaning the state schema of private paths after the paths parameter has been established so that we don't throw errors on non-existent paths in shared code between two windows.

QED0711 commented 1 year ago

fixed in release 0.3.0