Skip to content
Snippets Groups Projects
Unverified Commit 14d6cc9a authored by Mahatthana (Kelvin) Nomsawadi's avatar Mahatthana (Kelvin) Nomsawadi Committed by GitHub
Browse files

Fix not allow using both react 17 and 18 in the SDK (#42457)

* Fix not allow using both react 17 and 18 in the SDK

* Review: Fix not including React 17 :face_palm:
parent 962c32a3
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
"main": "./dist/main.bundle.js",
"types": "./dist/enterprise/frontend/src/embedding-sdk/index.d.ts",
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": ">=17 <=18",
"react-dom": ">=17 <=18"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment