A helpful assistant for migrating from Polymer v0.5 to 1.0. Does many of the boring mechanical parts for you.
BSD 3-Clause "New" or "Revised" License
38
stars
9
forks
source link
Non-inlined lifecycle callbacks are mishandled #103
Open
geoffromer opened 9 years ago
When given the above input, Polyup handles
detached
as though it were a property, rather than a lifecycle callback:If I change the input to
detached: function(){}
, Polyup works as expected: