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
Whilst following the code examples for the create API I was getting a “TypeError: Cannot read property ‘v1’ of undefined” error.
After investigation it seems there is a new version 7.x version of the uuid package has been released in the last few weeks, which has removed the default export.
Whilst following the code examples for the create API I was getting a “TypeError: Cannot read property ‘v1’ of undefined” error.
After investigation it seems there is a new version 7.x version of the uuid package has been released in the last few weeks, which has removed the default export.
https://github.com/uuidjs/uuid#upgrading-from-uuid3
Therefore the code examples need to be updated to using the new import syntax:
Thanks to untilawesome on the forum for documenting this issue.
The text was updated successfully, but these errors were encountered: