When I compile my dart2js I keep getting an error from the shadow_dom.debug.js
Uncaught TypeError: Cannot read property 'st885323213750055768' of undefined
Does anyone what this property is?
When I compile my dart2js I keep getting an error from the shadow_dom.debug.js
Uncaught TypeError: Cannot read property 'st885323213750055768' of undefined
Does anyone what this property is?
build with pub build --mode=debug
and run it again, then you should get a more meaningful error message.