0

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?

Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567
robbie
  • 269
  • 1
  • 9

1 Answers1

0

build with pub build --mode=debug and run it again, then you should get a more meaningful error message.

Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567