Seth Call
Seth Call
Yes, /path/services/twilio.service.ts is one of our TypeScript files that imports Connection and Device from 'twilio-client'. If you can remove CommonJS dependencies, that would be great, thanks!
We're also seeing duplicate keys with useList. It's annoying having to check for and remove duplicates. Any ETA on this?
We're also seeing duplicate keys with useList. It's annoying having to check for and remove duplicates. Any ETA on this?
Updated the import to: import { Call, Device } from '@twilio/voice-sdk/esm'; Now seeing: Warning: /path/goes/here/node_modules/@twilio/voice-sdk/esm/twilio/uuid.js depends on 'md5'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see:...
After doing an angular update, seeing these warnings: Warning: /Users/sethcall/Projects/areabookweb/node_modules/@twilio/voice-sdk/esm/twilio/call.js depends on 'events'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies Warning: /Users/sethcall/Projects/areabookweb/node_modules/@twilio/voice-sdk/esm/twilio/device.js depends on...