accordproject / web-components

React Components for Accord Project
Apache License 2.0
117 stars 95 forks source link

Deprecated import usage uuid #224

Closed K-Kumar-01 closed 3 years ago

K-Kumar-01 commented 3 years ago

Discussion 🗣

We are using the uuidv4 from the 'uuid' package. This is deprecated.

Context

Attaching a Screenshot DeepinScreenshot_20201215164344 In console.log() it can be seen the package is deprecated

Detailed Description

Should use v4() module instead of this package.

Would you like to work on the issue Yes

irmerk commented 3 years ago

I agree we should switch to uuid, as noted in uuidv4's documentation.

K-Kumar-01 commented 3 years ago

@irmerk I have created a PR for the issue. Let me know if any changes are required :)