Renaming the entry point to be different from the application's name throws NoSuchMethodError #19207
Labels
area-pkg
Used for miscellaneous pkg/ packages not associated with specific area- teams.
This issue was originally filed by @jolleekin
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Expected: App runs normally
Actual: NoSuchMethodError was thrown as loader.initializers is null.
Zone initPolymer() {
if (loader.deployMode) {
startPolymer(loader.initializers, loader.deployMode);
return Zone.current;
}
return dirtyCheckZone()..run(
() => startPolymer(loader.initializers, loader.deployMode));
}
What version of the product are you using? On what operating system?
Dart Editor 1.5.0.dev_03_04
Windows 7 64bit
Please provide any additional information below.
The text was updated successfully, but these errors were encountered: