I\'m seeing exceptions in my console when running my dart app related to webcomponents.js Everything is running as expected, should I ignore this exception?
Fail
Fox32 suggested that I delete my ~/.pub folder and do a pub get again. After doing that, I ran into pub running out of memory the whole time.
Timo D suggested I also delete ~/.pub-cache which I did. After another pub get and pub serve, it's running perfectly.
Thanks Timo D and Fox32 !!