Joo Han Kim
Joo Han Kim
@Stofkat Where do you define the streamTrack object?
> @Stofkat Where do you define the streamTrack object? In case anyone stumbles upon the same problem, I solved it using the snippet @nastassiadanilova linked: ```javascript const video = qrReaderRef.current.els.preview;...
@septentrion-730n Hi! I couldn't reproduce the bug with your approach, but as I mentioned above, I think it's related to the GET requests being made when the user has changed...
Idk if this helps anyone, but in my case, the error was caused by an incorrect default import. ```es6 import Table, { Button, ... } from "reactstrap" // This line...