I work on a website made with Joomla.
I'm trying to import html5-qrcode like this :
<script src="/[email protected]/html5-qrcode.min.js"></script>
But I get this error :
html5-qrcode.min.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'length')
I tested on a new project (no Joomla, just an html and a JS file), and it works. So it may be because of Joomla but I can't find why.
Can anyone help me ?
I already tried to change imports orders and change the version of html5-qrcode.