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
This issue has been automatically marked stale because we haven't received a response from the original author in a while 🙈. This automation helps keep the issue tracker clean from issues that are not actionable. Please reach out if you have more information for us or you think this issue shouldn't be closed! 🙂 If you don't do so within 7 days, this issue will be automatically closed.
What version of Remix are you using?
1.13.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
/post/hello world
Form
in that routeExpected Behavior
The encoding or url should match on the client and the server and there should be no warning.
Actual Behavior
I get a hydration warning
Warning: Prop
actiondid not match. Server: "/post/hello world" Client: "/hello%20world"
The text was updated successfully, but these errors were encountered: