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
globalThis
in deck.gl 6407 deck.gl replaced global with globalThis.
global
Rstudio doesn't appear to like this and can't find globalThis.
I don't know if this is correct, but this solution at the top of mapdeck.js seems to solve it. But I have no idea of the downstream consequences
mapdeck.js
if( typeof globalThis === 'undefined') { var globalThis = window; }
window
The text was updated successfully, but these errors were encountered:
globalThis #357
8b0ff5c
No branches or pull requests
in deck.gl 6407 deck.gl replaced
global
withglobalThis
.Rstudio doesn't appear to like this and can't find
globalThis
.I don't know if this is correct, but this solution at the top of
mapdeck.js
seems to solve it. But I have no idea of the downstream consequenceswindow
calls withglobalThis
?The text was updated successfully, but these errors were encountered: