We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70581e1 commit af45500Copy full SHA for af45500
examples/nextjs/next-env.d.ts
@@ -2,4 +2,4 @@
2
/// <reference types="next/image-types/global" />
3
4
// NOTE: This file should not be edited
5
-// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
+// see https://nextjs.org/docs/basic-features/typescript for more information.
lib/package.json
@@ -46,8 +46,8 @@
46
"vitest-webgl-canvas-mock": "^1.1.0"
47
},
48
"peerDependencies": {
49
- "@types/react": "16.8 - 19",
50
- "react": "16.8 - 19"
+ "@types/react": ">=16.8",
+ "react": ">=16.8"
51
52
"funding": [
53
{
0 commit comments