Skip to content

Commit

Permalink
fix: react incompatiblity with nextjs error
Browse files Browse the repository at this point in the history
  • Loading branch information
retrogtx committed Jan 1, 2025
1 parent fec5044 commit 898c807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/embeds/embed-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 898c807

Please sign in to comment.