Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Resolve Worker is not defined error #799

Closed
connordoman opened this issue Apr 3, 2024 · 0 comments
Closed

[Fix] Resolve Worker is not defined error #799

connordoman opened this issue Apr 3, 2024 · 0 comments
Assignees
Labels
area/front-end Front-end work bug Something isn't working fix Fixes for something broken

Comments

@connordoman
Copy link
Contributor

Description

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.

@connordoman connordoman added area/front-end Front-end work bug Something isn't working fix Fixes for something broken labels Apr 3, 2024
@connordoman connordoman added this to the QA Phase (Week 11 & 12) milestone Apr 3, 2024
@connordoman connordoman self-assigned this Apr 3, 2024
@tthvo tthvo closed this as completed Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/front-end Front-end work bug Something isn't working fix Fixes for something broken
Projects
None yet
Development

No branches or pull requests

2 participants