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
Despite this, I still see the components for various sources being rendered:
This is usually not a problem, but we recently added Reddit Pixel tracking to our app, and it triggers this code on the empty <select></select> rendered by the CameraSource element:
Which results in an error constantly being logged to the console:
This does feel a bit contrived, but I can see this potentially causing issues with other tooling / reporting (especially related to a11y). Ideally, the folks at Reddit fix their tracking script, but I'm posting here as well in case there's also a nice solution to clean things up here.
To Reproduce
Steps to reproduce the behavior:
See above ☝️
Expected behavior
I expect elements that I omit from the source list to not be rendered, or at least to not render any content (like the empty select for the camera source). I am able to get around this by replacing the element with an empty one, though:
Describe the bug
In our Vue 3 app, we have the File Uploader configured with inline mode and using only
local
for the source list, e.g. (redacted):Despite this, I still see the components for various sources being rendered:
This is usually not a problem, but we recently added Reddit Pixel tracking to our app, and it triggers this code on the empty
<select></select>
rendered by theCameraSource
element:Which results in an error constantly being logged to the console:
This does feel a bit contrived, but I can see this potentially causing issues with other tooling / reporting (especially related to a11y). Ideally, the folks at Reddit fix their tracking script, but I'm posting here as well in case there's also a nice solution to clean things up here.
To Reproduce
Steps to reproduce the behavior:
See above ☝️
Expected behavior
I expect elements that I omit from the source list to not be rendered, or at least to not render any content (like the empty select for the camera source). I am able to get around this by replacing the element with an empty one, though:
Screenshots
See above ☝️
Desktop (please complete the following information):
Smartphone (please complete the following information):
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: