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 read property 'node' of undefined #17

Open
narendra66 opened this issue Aug 6, 2020 · 4 comments
Open

Cannot read property 'node' of undefined #17

narendra66 opened this issue Aug 6, 2020 · 4 comments

Comments

@narendra66
Copy link

In the react v-16>

103 | }(_react.Component);
104 |
105 | Mailto.propTypes = {

106 | children: _react.PropTypes.node.isRequired,
107 | email: _react.PropTypes.string.isRequired,
108 | headers: _react.PropTypes.object,
109 | obfuscate: _react.PropTypes.bool

shows the error

@asimakos
Copy link

asimakos commented Aug 8, 2020

Exact same issue in gatsbyjs (Gatsby CLI 2.12) !

A hint definitely would help us a lot!

Regards

@doverradio
Copy link

Having same issue in Next.js!

@jverce
Copy link

jverce commented Oct 5, 2020

I think it's related to the React version that this package uses ("react": "^15.2.1" from this package's package.json file)

From React docs:
image

@SimonJulius
Copy link

Please what is the solution to this?

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

5 participants