From 68b383b3a3d303634f23570c025ae2c6d38bc031 Mon Sep 17 00:00:00 2001 From: Marian Hello Date: Fri, 17 Mar 2017 11:16:25 +0100 Subject: [PATCH] fix issue #1 --- lib/ReactComponentWithPureRenderMixin.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/ReactComponentWithPureRenderMixin.js diff --git a/lib/ReactComponentWithPureRenderMixin.js b/lib/ReactComponentWithPureRenderMixin.js new file mode 100644 index 0000000..0e3d0e9 --- /dev/null +++ b/lib/ReactComponentWithPureRenderMixin.js @@ -0,0 +1 @@ +module.exports = require('standalone-react-addons-pure-render-mixin');