Remove .js extensions from Next.js AppProvider imports#4883
Remove .js extensions from Next.js AppProvider imports#4883apedroferreira wants to merge 5 commits intomui:masterfrom apedroferreira:fix-turborepo-issue
Conversation
Netlify deploy preview |
There was a problem hiding this comment.
Can't do that because #4686 (comment)
I can't install https://github.com/a88zach/issue-4862 without errors, and it uses outdated versions of all our libraries. This reproduction should be scoped down, and the conflicting peer dependencies removed.
We could try the trick that we do in core
You should be able to install using the This repo came directly from your examples using |
|
As I've commented in #4862 (comment), the standard example with no changes seems not to have this issue, so it would be better to identify what exactly is causing the reloads on navigation before trying to find a solution. I've closed this PR as we probably need more info on the problem to find a suitable solution. |
Closes #4862 as it seems to fix it? Tried it in the repro: https://github.com/a88zach/issue-4862
Not sure exactly why it's happening though @Janpot