Dart2's ResizeObserverEntry being broken by minifier #40975
Labels
area-web-js
Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.
web-libraries
Issues impacting dart:html, etc., libraries
I've logged a bug for ResizeObserver that was breaking when building with release mode (#40961), that is working now in 2.8 dev-13, but ResizeObserverEntry is still breaking.
the console.log outputs that entry is of type DartObject which contains ResizeObserverEntry, casting entry to that however fails with a cast error and trying to access
target
fromentry.target
fails with:Casting:
The text was updated successfully, but these errors were encountered: