resolvers icon indicating copy to clipboard operation
resolvers copied to clipboard

issue: Codesandbox template is very old

Open IanVS opened this issue 5 months ago • 0 comments

Version Number

NA

Codesandbox/Expo snack

NA

Steps to reproduce

  1. Create a new issue
  2. Click on the TS template link under the Codesandbox input
  3. 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

IanVS avatar Aug 14 '25 14:08 IanVS