-
Notifications
You must be signed in to change notification settings - Fork 131
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
Error: Worker is not defined when using the useReactMediaRecorder hook #144
Comments
The same problem here. I have that error when I build my next application |
The only solution for me for now was to downgrade to version 1.6.5, even though from the information I saw the idea is to load the hook dynamically so that it only renders on the client side |
@curvejumpinc Would it be possible to create a demo on stackblitz or something else. |
And Pr are welcome if you have a fix, please go ahead and create pr. |
const ReactMediaRecorder = dynamic( |
This compiles fine in typescript and the code also works fine but I'd like to avoid this "Worker not defined" error in Chrome if possible. I am using next.js 14.2.5
The text was updated successfully, but these errors were encountered: