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 Oct 6, 2023. It is now read-only.
Try loading in the specific paths or packages (e.g., import lodashGet from 'lodash/get', import lodashGet from 'lodash.get)'
My personal favorite — ideally we get rid of lodash entirely? This package is loaded in the @api/core package so if we can avoid loading in lodash (and ideally qs) as an upstream dep, that'd be preferred.
The text was updated successfully, but these errors were encountered:
I was able to get this package working in ESM thanks to the fix in #242 and #243, but now it appears we're seeing the converse issue in CJS builds 😭
A few possible ideas for solutions:
lodash-es
overlodash
#242 entirely?import lodashGet from 'lodash/get'
, import lodashGet from 'lodash.get)'@api/core
package so if we can avoid loading inlodash
(and ideallyqs
) as an upstream dep, that'd be preferred.The text was updated successfully, but these errors were encountered: