We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey there, I love the library.
From testing a library in stripped-down environments I've realised react-shadow assumes that global is available for accessing the global this value.
global
this
Do you have a suggested polyfill for making global available?
Alternatively, would you accept a PR to replace the use of global with globalThis? I'm happy to send the PR through.
globalThis
https://caniuse.com/mdn-javascript_builtins_globalthis
This should be significantly better without needing to make an invasive change.
🙇
The text was updated successfully, but these errors were encountered:
I see this has been resolved here: #121
Sorry, something went wrong.
I think is a great experience
No branches or pull requests
Hey there, I love the library.
From testing a library in stripped-down environments I've realised react-shadow assumes that
global
is available for accessing the globalthis
value.Do you have a suggested polyfill for making
global
available?Alternatively, would you accept a PR to replace the use of
global
withglobalThis
? I'm happy to send the PR through.https://caniuse.com/mdn-javascript_builtins_globalthis
This should be significantly better without needing to make an invasive change.
🙇
The text was updated successfully, but these errors were encountered: