I have the following element on the page
<code><input type="file" tabindex="0" style="display:none" id="logo-file-input" accept=".jpg">
</code>
<code><input type="file" tabindex="0" style="display:none" id="logo-file-input" accept=".jpg">
</code>
<input type="file" tabindex="0" style="display:none" id="logo-file-input" accept=".jpg">
When I do document.querySelector("#logo-file-input")
it returns null. Does anyone know what I can do debug this?