Preda Mihai

Results 9 comments of Preda Mihai

The "load" option from the server part is not working, or perhaps its scope is not documented enough. Here is a workaround working for me to achieve the image preview....

I am facing the same issue. (using mac os, m2 chip)

Thanks @Jorre05 I also needed this feature for `remote_transmitter` If anyone else needs it, it is available here: https://github.com/predam/remote_transmitter

The problem is related to the route cache. This should fix the problem ` php artisan route:clear`

I have encountered the same issue Can someone update this dep?

Hello guys, I am using this web component in React like this. ```typescript import * as qr from "@bitjson/qr-code"; const YourComponent = () => { useEffect(() => {qr.defineCustomElements(window)}, []) return...