Using a React <Form> with a URL hash "#" value causes browser Warning that Prop action
did not match
#6976
Closed
1 task done
Labels
What version of Remix are you using?
1.19.1
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
Repro:
1.1 https://stackblitz.com/edit/remix-run-remix-yh7bnh?file=app%2Froutes%2F_index.tsx
3.1 Example: https://remixrunremixyh7bnh-an32--3000--bec01ace.local-credentialless.webcontainer.io?asdf=123#aaa
Error:
Expected Behavior
No console error on a page refresh if there is a hash value in the URL.
Actual Behavior
Browser console error = Warning: Prop
action
did not match. Server: "/?index&asdf=123" Client: "/?index&asdf=123#aaa"The text was updated successfully, but these errors were encountered: