-
Notifications
You must be signed in to change notification settings - Fork 130
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
ReferenceError: Blob is not defined #103
Comments
Same |
Try this: Next Dynamic with no SSR https://nextjs.org/docs/advanced-features/dynamic-import#with-no-ssr |
Have the same problem. |
Could you be more specific of where this should be used? At the component creation or at the page import? For example:
|
Met the same issue. Is there something new ?? |
Dynamic import fixes it. I tried it. |
Have this problem when use with react version 18.2 on every browser: Firefox, Chrome, Safari.
The text was updated successfully, but these errors were encountered: