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
After HMR any new navigation to a route that contains a MetaFunction will work as intended.
Actual Behavior
After a HMR any new navigation to a route that contains a MetaFunction will fail and require a full page refresh during development. Refer to pre-existing Remix issue for further information. Ensuring Links is before Meta in root.tsx fixes this.
The text was updated successfully, but these errors were encountered:
Hey @timdorr ! That's correct, it's 1:1 with that original Remix issue & swapping Links & Meta as per that comment fixes it. Is this the best long term solution?
I'm using React Router as a...
framework
Reproduction
Same issue as this Remix issue after RRv7 migration: remix-run/remix#9242
System Info
Used Package Manager
npm
Expected Behavior
After HMR any new navigation to a route that contains a MetaFunction will work as intended.
Actual Behavior
After a HMR any new navigation to a route that contains a MetaFunction will fail and require a full page refresh during development. Refer to pre-existing Remix issue for further information. Ensuring Links is before Meta in root.tsx fixes this.
The text was updated successfully, but these errors were encountered: