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
When trying to use either @uppy/webcam and/or @uppy/audio, the elements related to the plugins are not being rendered.
NOTE: I am reporting as a bug because I followed all the documentation on Uppy's docs webpage and found nothing beyond what I'm doing already. If it's just something that I am missing, would you mind pointing it out?
NOTE: This issue occurs with both Webcam and Audio plugins, although the example just displays Webcam. Also, I am not sure if other plugins would be facing the same issue.
Code to reproduce
If for whatever reason CodeSandbox goes down, here's some simple code you can use to reproduce the issue:
On some localhost tests I made, I noticed that a console.loghere gets rendered successfully. So, perhaps, it's safe to assume that what's happening is because some mysterious transpiler/compiler isn't capable of rendering elements via Preact's h()? I really have no idea.
The environment
I could reproduce it with either Next.js (latest version) and CRA (latest version)
The problem
When trying to use either
@uppy/webcam
and/or@uppy/audio
, the elements related to the plugins are not being rendered.NOTE: I am reporting as a bug because I followed all the documentation on Uppy's docs webpage and found nothing beyond what I'm doing already. If it's just something that I am missing, would you mind pointing it out?
How to reproduce
Webcam 2
buttonNOTE: This issue occurs with both
Webcam
andAudio
plugins, although the example just displaysWebcam
. Also, I am not sure if other plugins would be facing the same issue.Code to reproduce
If for whatever reason CodeSandbox goes down, here's some simple code you can use to reproduce the issue:
Some diagnosis
On some localhost tests I made, I noticed that a
console.log
here gets rendered successfully. So, perhaps, it's safe to assume that what's happening is because some mysterious transpiler/compiler isn't capable of rendering elements via Preact'sh()
? I really have no idea.The environment
@uppy/[email protected]
@uppy/[email protected]
The text was updated successfully, but these errors were encountered: