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
I read the guide on the website and other issues and could not find anyone else having this issue and/or references to it. I am able to save and load nodes from localstorage fine, but saving/loading does not preserve connections, and since connections are pretty crucial I was wondering if there was anything I was missing.
Thanks for the repo, it looks like the problem is that you're hydrating your nodes from local storage into your default nodes state instead of the actual nodes state. There's a limitation right now that you can only set the nodes dynamically on the first render (this will change soon), but you can get around it by setting a new key prop on the editor to destroy and recreate it with new nodes.
I read the guide on the website and other issues and could not find anyone else having this issue and/or references to it. I am able to save and load nodes from localstorage fine, but saving/loading does not preserve connections, and since connections are pretty crucial I was wondering if there was anything I was missing.
My repo: https://github.com/jackcrane/data
The text was updated successfully, but these errors were encountered: