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
The readme doesn't contain detailed instructions on how to easily test and contribute.
Since it is packaged for npm, it would be great to have a quick setup that uses this package as a local dependency so that the code can be quickly tested.
I created a local setup to contribute with "react-globe": "file:../../react-globe", in my dependencies but this always leads to this error:
Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
You might have mismatching versions of React and the renderer (such as React DOM)
The only way I can test is to commit the code, push and setting the dependencies as: "react-globe": "git+https://github.com/.../react-globe.git#<commit-id>"
How is your development setup so that I can contribute smoothly?
NB: docz build seems broken making me unable to generate the doc automatically
The text was updated successfully, but these errors were encountered:
The readme doesn't contain detailed instructions on how to easily test and contribute.
Since it is packaged for npm, it would be great to have a quick setup that uses this package as a local dependency so that the code can be quickly tested.
I created a local setup to contribute with
"react-globe": "file:../../react-globe",
in my dependencies but this always leads to this error:Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.
The only way I can test is to commit the code, push and setting the dependencies as:
"react-globe": "git+https://github.com/.../react-globe.git#<commit-id>"
How is your development setup so that I can contribute smoothly?
NB: docz build seems broken making me unable to generate the doc automatically
The text was updated successfully, but these errors were encountered: