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
Loading the appointments page (really the video recorder) causes a Worker is not defined error. This is likely because the node rendering context does not have the same Worker API as the browser. I believe the issue is being thrown by simply importing the react-media-recorder package. I think a dynamic import would solve this issue.
The text was updated successfully, but these errors were encountered:
Description
Loading the appointments page (really the video recorder) causes a
Worker is not defined
error. This is likely because thenode
rendering context does not have the same Worker API as the browser. I believe the issue is being thrown by simply importing thereact-media-recorder
package. I think a dynamic import would solve this issue.The text was updated successfully, but these errors were encountered: