You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: