Replies: 1 comment
-
I tried forcing an upgrade to react 17, and it seems to work now. So perhaps it would be a good idea to remove 16.9 from the package.json file :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am starting to modernize an older app and sadly it is using react 16. But I want to rewrite the admin to use inertia and according to the package.json it should support it
But I am getting an error whenever I click on a
<Link>
I just return a link directly so there is no extra stuff
I get this error on click
The only "big" change I had to make was how I use react dom
Beta Was this translation helpful? Give feedback.
All reactions