From 99b7759e77e87506afbc1f58158f074c1b477b70 Mon Sep 17 00:00:00 2001 From: Oscar de Groot Date: Sun, 28 May 2017 19:03:02 +0200 Subject: [PATCH] Resolve deprecation warning by updating react-modal Warning: ModalPortal: React.createClass is deprecated and will be removed in version 16. Use plain JavaScript classes instead. If you're not yet ready to migrate, create-react-class is available on npm as a drop-in replacement. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 42838b4..485a15e 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ - +