-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UseFetcher causes links to be loaded again #5448
Comments
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. |
This is fixed by #6679 and should be available in the next release. |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
What version of Remix are you using?
1.2.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
add link.
create user login api route.
use
useFetcher
.Expected Behavior
just load one time css link. like this:
Actual Behavior
after fetch.submit api route. the css link in root.tsx load again.
by the way, I used css module.
The text was updated successfully, but these errors were encountered: