Andrej Cremoznik
Results
2
issues of
Andrej Cremoznik
I have a React PWA with a custom scanner component initializing this library. There is no problem loading this component, cam turns on and QR detection works flawlessly. The issue...
https://github.com/cferdinandi/reef/blob/c8f8cc37e3467a1bf72315f404d145f9fa15a625/src/components/signal.js#L26-L30 If the goal is to return the deleted value with the emitter, you'll need to create a copy of it before deletion. ```js deleteProperty (obj, prop) { let value...
bug