-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Enzyme Internal Error: configured enzyme adapter did not inherit from the EnzymeAdapter base clas #1437
Comments
This implies that you have more than one copy of enzyme in your dependency graph. What does |
@zachrickards |
That sounds like a specific case we could check for, and provide a more helpful error message. Alternatively, we could detect it and silently instantiate it for you. |
I got the same error. I use yarn workspaces to manage packages and happened to have
After change all dependencies to |
@cyl19910101 that seems like an issue with yarn workspaces; you probably want to configure it to insist that there only be one copy of |
I'm getting this error and there is no documentation on it or information I can find anywhere.
The text was updated successfully, but these errors were encountered: