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
![image](https://private-user-images.githubusercontent.com/13980140/401957820-a877b4de-d353-4995-a686-8ffc8a5aa310.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2ODIyOTYsIm5iZiI6MTczOTY4MTk5NiwicGF0aCI6Ii8xMzk4MDE0MC80MDE5NTc4MjAtYTg3N2I0ZGUtZDM1My00OTk1LWE2ODYtOGZmYzhhNWFhMzEwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDA0NTk1NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNmODNjYTU1OTIxNjdmNTQ0YzI5MGQ2OGJmZWE1YzhjMTBmZjkwNWZkZTE5Yjc0OGU0Zjg1ZWFkZDE1NzU4YzUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.6WL8fq1OgJ2lg9fgd3EPT68e1RfPB_8XX00FOns1RqY)
The only "big" change I had to make was how I use react dom
Beta Was this translation helpful? Give feedback.
All reactions