gatsby-material-ui-business-starter
gatsby-material-ui-business-starter copied to clipboard
Cannot run current version
trafficstars
I cannot get commit#909175c4e82707c8c975548382412d84e6bd307f to run. yarn works fine, then yarn develop gives the error below. I checked out commit eb91647794088942ae9ef46eb1459b96c1870bbd and that one works fine.
See our docs page on debugging HTML builds for help https://gatsby.dev/debug-html ReferenceError: Element is not defined
428 | */
429 | nodeRef: PropTypes.shape({
> 430 | current: PropTypes.instanceOf(Element)
| ^
431 | }),
432 |
433 | /**
WebpackError: ReferenceError: Element is not defined
- Transition.js:430 Module../node_modules/react-transition-group/esm/Transition.js
node_modules/react-transition-group/esm/Transition.js:430:23
Same problem. Only works on react-transition-group 4.0.0
I am not able to repro. However, w/ the updated bits, it might now work? Can you try @MaZarrr ... I see some references to this in https://github.com/reactjs/react-transition-group/issues/618