Open dam0vm3nt opened 8 years ago
cc @bwilkerson this might be related to the smoke issue?
'twas a problem with initialize
caused by a different behavior of analyzer
. Couldn't create a repro but this works for me.
@jakemac53 how much effort is required to get this reviewed and merged? I am able to help in any way I can
When using analyzer v 0.29 (and html 0.13.x) some elements are not inlined (for example
package:polymer_elements/app-layout/app-drawer/app-drawer.dart
in some circumtances.Forcing analyzer v 0.27.6 (and thus html 0.12.x) fixes the behaviour.
I recognize this is rather vague so I'll try to add a repro asap.