ionic-team/stencil-ds-react-template

package.json for React 17

kkakroo opened this issue · 0 comments

Is there a package.json for react 17.
I tried to update the devDependencies

"@types/jest": "^26.0.23",
"@types/node": "^12.20.15",
"@types/react": "^16.14.8",
"@types/react-dom": "^16.9.13",
"jest": "^27.0.4",
"@testing-library/jest-dom": "^5.14.1",
"np": "^3.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "~4.1.5"

The template project built successfully but the package generated is not working in a sample react app.

Do we have a package.json for react 17.
The one which is currently provided is not working for react 17.