next-runtime
next-runtime copied to clipboard
The form store doesn't clear when navigating to different routes
This is a big problem when multiple pages have different forms, or when using withNextRuntime. Submit a form on route A, and the form data will replace the props on a different route B if you navigate to that page.