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
Open App.tsx and remove the import of useState. Attempt a Quick Fix and it suggests to import useState from "@types/react" which you can go ahead and do and immediately receive Cannot import type declaration files. Consider importing 'react' instead of '@types/react'.
Behavior with typescript@5.9
Disable the native preview and redo the steps. It will correctly suggest that you import from "react".