box-ui-elements icon indicating copy to clipboard operation
box-ui-elements copied to clipboard

Old version of UUID package throws console warning

Open rebolyte opened this issue 2 years ago • 1 comments

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 avatar Nov 15 '21 23:11 rebolyte

Hi team, any update here?

rebolyte avatar Oct 21 '22 18:10 rebolyte