We are using polymer-bundler to import all needed elements at once. Because of that the method named whenPolymerLoaded is never called in com.vaadin.polymer.Polymer so for example the Polymer & Base will be null although we might still want to use that class which is not possible without those references.
We are using polymer-bundler to import all needed elements at once. Because of that the method named whenPolymerLoaded is never called in com.vaadin.polymer.Polymer so for example the Polymer & Base will be null although we might still want to use that class which is not possible without those references.