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
you used a wildcard to version lodash in package.json, so if the API breaks (it did) then users get the incompatible version. You should fix the version or at least don't let it float above the major version you're on.
The new way to import lodash/object/get is require('lodash/get') or require('lodash/object').get.
The text was updated successfully, but these errors were encountered:
There are two issues:
The text was updated successfully, but these errors were encountered: