I’m still encountering an error when deploying the app using showPicker in an . I added the latest version of the types (@types/react version 18.3.2) to try to fix this, but it didn’t work. Could you help me out? Any assistance would be greatly appreciated.
On the repo in github the issue seems as closed, but I still have the problem (https://github.com/w3ctag/design-reviews/issues/688)
I’ve tryed the try / catch as in the issue above mentioned, and to upgrade my @types/react from 18.0.17 to the newest.
“devDependencies”: {
“@types/react”: “^18.3.2”,
“@types/react-dom”: “^18.0.6”,
“@vitejs/plugin-react”: “^2.0.1”,
“sass”: “^1.69.5”,
“typescript”: “^4.7.4”,
“vite”: “^3.2.7”
}
Thank you!
Julia Remus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1