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
If you upgrade your SDK to something like 3.4, we've actually enabled this behavior (to use a dart:html type in a function that gets toJS'd) so that code can be a bit easier to migrate from dart:html to package:web. Granted, dart:html still won't work on dart2wasm. At any rate, it looks like using the dart:html type wasn't your intention anyways.
I am attempting to add an event listener on the window like so:
however whenever I try to build my application I get this build error:
I saw someone faced this same issue here #212 (comment) however after trying to replicate their code I still face the same issue
The text was updated successfully, but these errors were encountered: