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

The component throws an error on SSR #228

Open
enea4science opened this issue Jun 14, 2023 · 0 comments
Open

The component throws an error on SSR #228

enea4science opened this issue Jun 14, 2023 · 0 comments

Comments

@enea4science
Copy link

Because it uses window object directly:

window.addEventListener("message", this.receiveMessage.bind(this), false);

On way to solve this is to use the window from the token, or to not run the this logic at all wrapped with isPlatformBrowser

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

1 participant