Update GitHub Issue Template CodeSandbox #12740
-
|
Currently, the RHF GitHub issue template lists a CodeSandbox for a TypeScript project and for a JavaScript project. These CodeSandbox projects are outdated. For example, here are some of the dependencies from {
"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"
}
}Can these templates be updated to use the latest packages? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
@bluebill1049 Can you take a look at this? Some users are creating CodeSandbox examples based on the outdated templates and are running into issues because they are using an old version. See https://github.com/orgs/react-hook-form/discussions/13306. Can you change the templates so that they are automatically updated for each new release? What about |
Beta Was this translation helpful? Give feedback.
I can't update the original template :( looks like it's just a snapshot at CSB, so i just create two new ones instead.