-
After upgrading to react 19.1.0,
I only use use-intl. any thoughts? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
My guess would be this:
Can you try to investigate and verify that your package manager has only installed a single version? Sometimes it can help to remove the lockfile and reinstall. |
Beta Was this translation helpful? Give feedback.
-
Hey @amannn , I'm running into this when I reload the page after doing a code change. Looking at the logs it seems like a hydration issue, or because chrome devtools seems to be making a request back, that throws 404. strange thing is that it works on the first render and subsequent re renders, but if I change the code, and then force a reload. It breaks." I checked, my package.json and pnpm.lock.yaml and no duplicates. I'm getting:
|
Beta Was this translation helpful? Give feedback.
My guess would be this:
Can you try to investigate and verify that your package manager has only installed a single version? Sometimes it can help to remove the lockfile and reinstall.