-
Notifications
You must be signed in to change notification settings - Fork 9
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
lodash/isEqual
is not listed as a dependency
#294
Comments
Updating to match this syntax would be good as well:
|
tmeyer2115
added a commit
that referenced
this issue
Oct 18, 2022
This hotfix fixes issue #294. We had `lodash` as a devDependency, even though it's used in src.
Merged
tatimblin
pushed a commit
that referenced
this issue
Nov 3, 2022
This hot-fix resolves #294. We had `lodash` as a devDependency, even though it's used in `src`. I also updated the import of `isEqual` in `filterutils.tsx` to follow best practices. J=SLAP-2404 TEST=none
This was referenced Nov 3, 2022
Merged
tatimblin
added a commit
that referenced
this issue
Nov 3, 2022
This hotfix fixes issue #294. We had `lodash` as a devDependency, even though it's used in src. Co-authored-by: Tom Meyer <tmeyer@yext.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
search-ui-react/src/utils/filterutils.tsx
Line 2 in 21087c8
lodash/isEqual
is missing from thedependencies
list inpackage.json
. It is listed indevDependencies
, but it is not a dev-only dependency.The text was updated successfully, but these errors were encountered: