Closed mpeterson2 closed 10 years ago
So the issue is in fact with the newer version of Dart. I downloaded an older version and now I just get a different error.
Now the problem is that all our polymer elements need the enteredView()
method in order to work, but for some reason, it's not getting called in Javascript, which is, of course, breaking everything. This is also true for the sample app the editor generates.
Hopefully these issues get fixed soon, or it seems like we are going to be stuck with Dartium only...
I fixed the enteredView()
part in bdf3138d26442f649c0c0ae2c04db8d1a832f197
Completely fixed in d04d562544793ec9cb1dfc8b3b6f68f899fda6c3.
Dart2js seems to not work anymore with the latest Dart SDK. We get a few errors in the console when we use Chrome to view the app. Heres the console output I get:
Seeing as the sample app does the same thing, I'm pretty sure it's an issue with Polymer + Dart2js and it isn't our fault, but it's still a pretty big issue. If it is, hopefully they fix it soon...
I posted a question to stackoverflow here.