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
I was using NextJs with the new experimental --turbo flag, even with babel loaders i had no success.
So, I tried using NextJs with swc + webpack and it didn't work either. When inspecting the source code, it appears that swc does not add the necessary attributes for react-dev-inspector to work.
My versions:
Next: 14.2.3
React dom / React: ^18
The text was updated successfully, but these errors were encountered:
I was using NextJs with the new experimental --turbo flag, even with babel loaders i had no success.
So, I tried using NextJs with swc + webpack and it didn't work either. When inspecting the source code, it appears that swc does not add the necessary attributes for react-dev-inspector to work.
My versions:
Next: 14.2.3
React dom / React: ^18
The text was updated successfully, but these errors were encountered: