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
{{ message }}
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.
In short, it has to do with react and react-dom being in devDepenedencies or dependencies, which this tool does by default. Keep it only in peerDependencies.
This is a non starter. The example uses link to share the same instance of React. This is not practical if your target is not near your source. For me, there's a repo that has all of the shared UI libs. The target consumer is another repo. This is of course not this library's problem, but not being able to use this with flexibility is a problem.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to handle an operation from different re-usable component.
Upon using useState() i'm getting invalid hook call. I've gone through react documentation and this thread and nothing seems helpful and clear.
One thing i'm sure of is that i'm having a duplicate react, that i found by doing the below as stated in documentation.
The text was updated successfully, but these errors were encountered: