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
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
When in the course of human events it becomes necessary to remove the children of a core-animated-pages, an exception is thrown. This is the same behavior as when "selected" is set to an invalid value like -1 or undefined. I don't see this behavior in core-selector itself, though.
Exception caught during observer callback: TypeError: Cannot read property 'classList' of undefined
at core-animated-pages.Polymer.applySelection
at core-animated-pages.Polymer.mixin.selectedItemChanged
at core-animated-pages.properties.invokeMethod
at core-animated-pages.properties.notifyPropertyChanges
at Object.Observer.report_
at Object.createObject.check_
Is there any recourse or is core-animated-pages always supposed to have at least one page? I'm writing a component where pages can be added and removed dynamically.
When in the course of human events it becomes necessary to remove the children of a
core-animated-pages, an exception is thrown. This is the same behavior as when "selected" is set to an invalid value like -1 or undefined. I don't see this behavior in core-selector itself, though.Is there any recourse or is core-animated-pages always supposed to have at least one page? I'm writing a component where pages can be added and removed dynamically.