You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a really good example here and I learned a lot from this. However, it might be better if you can make it a hook instead of a component, as the component doesn't really return any JSX element. Like useScanner or useBarcode and accept some parameters maybe. I might be able to pull a request if you need it. (or maybe no)
The text was updated successfully, but these errors were encountered:
I would welcome that! Returning null is weird from a component, and I'm kinda staring at that wondering what I was thinking. Maybe so that the layout doesn't get any weirder than it already is.
Pull reqs are always welcome, right now i've got little coding time, and lots and lots of coding to do to make quagga more modern :)
It's a really good example here and I learned a lot from this. However, it might be better if you can make it a hook instead of a component, as the component doesn't really return any JSX element. Like useScanner or useBarcode and accept some parameters maybe. I might be able to pull a request if you need it. (or maybe no)
The text was updated successfully, but these errors were encountered: