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

Old version of UUID package throws console warning #2753

Open
rebolyte opened this issue Nov 15, 2021 · 1 comment
Open

Old version of UUID package throws console warning #2753

rebolyte opened this issue Nov 15, 2021 · 1 comment

Comments

@rebolyte
Copy link

Looks like box-ui-elements currently depends on uuid 3.3.2, but in an app that uses a more recent version (mine is 7.0.3) the following warning appears in the console:

Deep requiring like `const uuidv4 = require('uuid/v4');` is deprecated as of [email protected].

with a link to https://github.com/uuidjs/uuid#deep-requires-now-deprecated for more info.

Updating the version and the import here should resolve it.

@rebolyte
Copy link
Author

Hi team, any update here?

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

No branches or pull requests

2 participants