This line in contact.ts `const guid = uuid.v4();` cause the error below: Uncaught TypeError: Cannot read property 'utils' of undefined at http://localhost:8100/build/main.js:111822:20 at http://localhost:8100/build/main.js:124988:2
This line in contact.ts
const guid = uuid.v4();cause the error below:
Uncaught TypeError: Cannot read property 'utils' of undefined
at http://localhost:8100/build/main.js:111822:20
at http://localhost:8100/build/main.js:124988:2