From 9db3cf7e2b515c7083a79eafc3f6fb21f04b4a85 Mon Sep 17 00:00:00 2001 From: Kiisi Date: Tue, 26 Mar 2024 04:47:00 +0100 Subject: [PATCH] [hot fix]/Incompatibility with React 18 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 55a8b92..77ac331 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "deploy": "gh-pages -d example/build" }, "peerDependencies": { - "react": "^16.0.0-0 || ^17.0.0-0", - "react-dom": "^16.0.0-0 || ^17.0.0-0" + "react": "^16.0.0-0 || ^19.0.0-0", + "react-dom": "^16.0.0-0 || ^19.0.0-0" }, "devDependencies": { "babel-core": "^6.26.3",