Open
Description
openedon Oct 23, 2023
- Right now persistent component state only works during the initial render of the components for a given runtime.
- This is because it doesn't know about enhanced navigations and because we don't have a mechanism to deliver state updates to components that are already running.
This issue tracks adding a new mechanism to deliver state updates from enhanced navigations coming from the server to running runtimes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment