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
Added a warning when react and react-konva versions don't match.
Added special property _useStrictMode to all nodes. So you can use strict mode with only one component and keep global strict mode on its default value (false). Example <Rect _useStrictMode />
reference to <Stage> component will return real Konva.Stage and not just react wrapper. Old code like this.stageRef.getStage() will still work.