fix: react incompatiblity with nextjs error (#18433)

This commit is contained in:
amrit
2025-01-03 01:03:46 +00:00
committed by GitHub
parent 22f92f1ee3
commit 02a49e2b4b
+2 -2
View File
@@ -30,8 +30,8 @@
"module": "./dist/Cal.es.mjs",
"types": "./dist/embed-react/src/index.d.ts",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.2.0 || ^19.0.0",
"react-dom": "^18.2.0 || ^19.0.0"
},
"files": [
"dist"