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
The issue is that strictMode mounts, unmounts then remounts the component. The stop function gets run in that process. I think this points to more checking needed within the stop function perhaps to account for the video not being started yet. I don't think react strict mode should really cause this error, but it is.
One solution would be to turn off strict mode, i wouldn't, the above link uses state to do an additional check
I am trying to run mindar on nextjs 14, but I have not been succesful. Whetever I use AFrame or Three, I get this error:
What could it be?
Thanks
The text was updated successfully, but these errors were encountered: