-
Notifications
You must be signed in to change notification settings - Fork 47.5k
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
Can’t extract a custom hook (in codesandbox) #14454
Comments
@aweary Thank you. That's the issue. When I started developing of my npm package, I installed React with |
why when i use styled components in react js it shows this error:- Invalid hook call. Hooks can only be called inside of the body of a function component. error But when I don't use styled components my react app works fine |
Do you want to request a feature or report a bug?
bug maybe
What is the current behavior?
https://codesandbox.io/s/km21z2l2rv [fixed]
What is the expected behavior?
I extracted my utils.js to a package. When I replace imports from "./utils" with a real npm package, I get an error:
Hooks can only be called inside the body of a function component.
(see codesandbox)Since files are identical, I expect my external file to work the same.
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
React 16.7.0-alpha.2
Chrome Version 70.0.3538.77 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered: