I'm trying to create a sample Blazor Web App (in .Net 8.0) that uses the BlazorBarcodeScanner.ZXing.JS library... but it doesn't run/work.
I've been following this guide
...and here's the Console log from the browser:
It's like it's not running the JavaScript library, perhaps??
To be sure that I've not messed this up myself, I have also created a Blazor Server App (which starts off as a .Net 6.0 app) and followed the same guide above - it runs just fine. Even if I change it to run under .Net 8.0, it still runs fine.
Am I doing something completely wrong with the newer Blazor Web app in .Net 8.0?
