Open
Description
- 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.