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
My integration loaded in PartyTown creates a variable _variable = 1;
_variable = 1;
Code on another line trying to read it from window._variable but it undefined. _variable without window exists How can I fix it?
window._variable
_variable
window
none
above
Chrome
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
My integration loaded in PartyTown creates a variable
_variable = 1;
Code on another line trying to read it from
window._variable
but it undefined._variable
withoutwindow
existsHow can I fix it?
Reproduction
none
Steps to reproduce
above
Browser Info
Chrome
Additional Information
No response
The text was updated successfully, but these errors were encountered: