-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
bug: Not working in NextJs 14.2.2 #153
Comments
I can confirm it stopped working since v14.2. it seems to be related to changes in React facebook/react#28265, and the fix could be similar this: facebook/react#28351 I currently have pretty busy days, so I don't know when i will get to it, but I will try as soon as possible. |
status update from my side I have a hope in React Compiler in Next15 - it seems they include these component sources in the compiled bundle, we could use it, I don't know how yet, but we have some time till it gets released. |
I have worked with new React and React DevTools. In the new version, React DevTools parses the source map and tries to find out the real position from it. This means, in the old setup you should use Here is my webpack configuration:
You will also need to apply this patch on the DevTools to make the webpack sourcemap work: facebook/react#29199 |
Looking forward to resolving it. |
Is there an update on this? |
This will be a huge improvement if we can use it in nextjs 15. |
Where the bug happens
your browser
No response
Describe the bug
I just upgraded to 14.2.2 from 14.1.4 and locatorJs stopped working.
Rolling back to 14.1 still working fine
The text was updated successfully, but these errors were encountered: