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

ReferenceError: Blob is not defined #103

Open
imikay opened this issue Jun 28, 2022 · 6 comments
Open

ReferenceError: Blob is not defined #103

imikay opened this issue Jun 28, 2022 · 6 comments

Comments

@imikay
Copy link

imikay commented Jun 28, 2022

Have this problem when use with react version 18.2 on every browser: Firefox, Chrome, Safari.

@rmrantunes
Copy link

Same

@rmrantunes
Copy link

Try this: Next Dynamic with no SSR https://nextjs.org/docs/advanced-features/dynamic-import#with-no-ssr

@charlesjavelona
Copy link

Have the same problem.

@charlesjavelona
Copy link

Try this: Next Dynamic with no SSR https://nextjs.org/docs/advanced-features/dynamic-import#with-no-ssr

Could you be more specific of where this should be used? At the component creation or at the page import?

For example:

>> const ReactMediaRecorder = dynamic(
      () => {
        return import("../../node_modules/ReactMediaRecorder");
      },
      { ssr: false }
  );

@lewi6
Copy link

lewi6 commented Aug 20, 2022

Met the same issue. Is there something new ??

@LeoReubelt
Copy link

Dynamic import fixes it. I tried it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants