Skip to content
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

Attempted import error: 'pick' is not exported from './object-utils' (imported as 'pick'). #1481

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JacobDel
Copy link

During build the following error would occur:
Attempted import error: 'pick' is not exported from './object-utils' (imported as 'pick').
These chances solve this issue by changing "exports" to "export" and making it compatible with the rest of the code.

@JacobDel JacobDel changed the title bugfix Attempted import error: 'pick' is not exported from './object-utils' (imported as 'pick'). Jan 16, 2023
@oblador
Copy link
Owner

oblador commented Jul 17, 2023

It will break CLI scripts tho

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants