Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run current version #7

Open
bayareacoder opened this issue May 5, 2020 · 2 comments
Open

Cannot run current version #7

bayareacoder opened this issue May 5, 2020 · 2 comments

Comments

@bayareacoder
Copy link

bayareacoder commented May 5, 2020

I cannot get commit#909175c4e82707c8c975548382412d84e6bd307f to run.
yarn works fine, then yarn develop gives the error below.
I checked out commit eb91647 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
@MaZarrr
Copy link

MaZarrr commented Aug 4, 2020

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

@bluepeter
Copy link
Owner

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 reactjs/react-transition-group#618

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants