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
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].
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: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.
The text was updated successfully, but these errors were encountered: