Hi, help needed:
I install with npx create-supertokens-app@latest, then select Vue - Node - Managed, and edit the config file and put connection Uri and key.
I can login sucefully, but then I try to see the dashboard via localhost:3000/auth/dashborad and I get the console error: react-dom.development.js:86 Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more:
https://reactjs.org/link/switch-to-createrootand , it shows Route not found. What may I do next?