You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See test: client/tests/client/dom/WindowNSMETest.dart. If a top-level dart element is defined, it ends up being called when using 'window' as the receiver.
Top-level Dart elements should not be put on the global JS namespace. The 'leg' component has a better story for this situation, and we'll probably wait for leg to be complete to fix this issue.
The text was updated successfully, but these errors were encountered:
This issue was originally filed by [email protected]
See test: client/tests/client/dom/WindowNSMETest.dart. If a top-level dart element is defined, it ends up being called when using 'window' as the receiver.
Top-level Dart elements should not be put on the global JS namespace. The 'leg' component has a better story for this situation, and we'll probably wait for leg to be complete to fix this issue.
The text was updated successfully, but these errors were encountered: