jez

Results 3 comments of jez

Cheers @n8tb1t Ended up using a similar solution together with [loadable](https://github.com/smooth-code/loadable-components) to work with Gatsby. ```js Button = loadable((): any => import("element-react/dist/npm/es6/src/button")) ``` This did give me import issues when...

Also getting the same error in the console and all `span` elements are set to `opacity: 0` ```jsx import React from 'react'; import StackGrid, { transitions, easings } from 'react-stack-grid';...

yeah same issue, using node `v5.4.1`