-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Version 5.2.0 doesn't specify deep-equal
as a dependency, but still tries to require
it
#502
Closed
Comments
2 tasks
Alright, let's get that fixed. New version inbound in a few minutes. |
So weird, it's like |
Fixed in v5.2.1 I need to investigate why |
@TomerAberbach does version v5.2.1 fix the issue for you? |
Yup, solved for me. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go to https://www.npmjs.com/package/aria-query?activeTab=code and then
lib/elementRoleMap.js
and you can see the transpiled file contains the following line:This fails because
deep-equal
isn't installed.The text was updated successfully, but these errors were encountered: