resolvers
resolvers copied to clipboard
issue: Codesandbox template is very old
Version Number
NA
Codesandbox/Expo snack
NA
Steps to reproduce
- Create a new issue
- Click on the
TS templatelink under the Codesandbox input - Notice that the dependencies in the template are very old:
"dependencies": {
"@hookform/devtools": "2.0.0-beta.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hook-form": "7.4.1",
"react-scripts": "4.0.1"
},
"devDependencies": {
"@types/react": "16.9.19",
"@types/react-dom": "16.9.5",
"typescript": "3.7.5"
},
Expected behaviour
The codesandbox template should probably use an updated react (19), ideally avoid react-scripts, and have the latest versions of @hookform/resolvers and react-hook-form
What browsers are you seeing the problem on?
No response
Relevant log output
Code of Conduct
- [x] I agree to follow this project's Code of Conduct