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 globalThis for older browsers/Node environments #38

Closed
kiwicopple opened this issue Jan 4, 2021 · 1 comment · Fixed by #42
Closed

Fix globalThis for older browsers/Node environments #38

kiwicopple opened this issue Jan 4, 2021 · 1 comment · Fixed by #42
Labels
bug Something isn't working released

Comments

@kiwicopple
Copy link
Member

Bug report

Describe the bug

Looks like globalThis isn't globally supported

jsdom/jsdom#2795

To Reproduce

https://codesandbox.io/s/github/supabase/supabase/tree/master/examples/nextjs-todo-list

Perhaps we should we polyfill this, or we need to change it from globalThis?

@kiwicopple kiwicopple added the bug Something isn't working label Jan 4, 2021
kiwicopple added a commit that referenced this issue Jan 14, 2021
@kiwicopple kiwicopple mentioned this issue Jan 14, 2021
kiwicopple added a commit that referenced this issue Jan 20, 2021
@github-actions
Copy link
Contributor

🎉 This issue has been resolved in version 1.10.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant