VinceG / vue-web-cam

Webcam component for VueJs.
MIT License
257 stars 110 forks source link

deviceId being mutated inside component #90

Open ghost opened 2 years ago

ghost commented 2 years ago

Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: "deviceId"