From 4ccc0ca058f88610980ccc31e4fda726a57037e2 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Mon, 12 Nov 2018 21:29:38 +0100 Subject: bug: Fix React invariant error due to dependency mismatch This change fixes an issue with React crashing due to an invariant error that was caused by a dependency mismatch between React and react-konva. I have included the Yarn lock file in the repository to prevent these issues from happening in the future and keeping the installation deterministic. Additionally, I have updated react-konva and konva to the latest version to be compatible with the targeted React release. Fixes #63 --- .gitignore | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index db036d85..415295d9 100644 --- a/.gitignore +++ b/.gitignore @@ -21,9 +21,6 @@ yarn-error.log* # IntelliJ IDEA /.idea -# Yarn -yarn.lock - # Environment variables .env -- cgit v1.2.3