You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ReactKonvaCore.tsx
+7
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,13 @@
8
8
'use strict';
9
9
10
10
importReactfrom'react';
11
+
12
+
if(React.version.indexOf('19')===-1){
13
+
thrownewError(
14
+
'react-konva version 19 is only compatible with React 19. Make sure to have the last version of react-konva and react or downgrade react-konva to version 18.'
0 commit comments