You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The __dedupeId is set on mixin function creation, so the check doesn't matter.
The caching functionality also makes sure that any funky nesting of dedupingMixin will end in the same output class.
Since the check doesn't work anyway, I'll remove it.
Sorry if this is not a real bug. Current code at https://github.com/Polymer/polymer/blame/master/lib/utils/mixin.html#L54 checks for
mixin.__id
, then setsmixin.__dedupeId
. Seems like the same property should be used all the time. This bug report is based purely on my belief that "this looks wrong", I have not seen it cause trouble in real life.This code was originally added by @sorvell:
The text was updated successfully, but these errors were encountered: