gatsby-material-ui-business-starter icon indicating copy to clipboard operation
gatsby-material-ui-business-starter copied to clipboard

Cannot run current version

Open bayareacoder opened this issue 5 years ago • 2 comments
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

bayareacoder avatar May 05 '20 21:05 bayareacoder

Same problem. Only works on react-transition-group 4.0.0

MaZarrr avatar Aug 04 '20 15:08 MaZarrr

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

bluepeter avatar Aug 04 '20 17:08 bluepeter