From c22ee137d6d821e85a609bd6ce0442def80a4e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fausto=20N=C3=BA=C3=B1ez=20Alberro?= Date: Thu, 8 Aug 2019 15:54:08 +0200 Subject: [PATCH] Remove duplicate draggableCursor key that breaks IE11 Due to strict mode on ES5 having a syntax error for it --- dist/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index ec3b293a..2bd43b5e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -267,7 +267,6 @@ noClear: this.props.noClear, styles: this.props.styles, gestureHandling: this.props.gestureHandling, - draggableCursor: this.props.draggableCursor, draggingCursor: this.props.draggingCursor });