Calling requirejs' require
function after Polymer 1.0 has been loaded results in a mismatch error.
This used to work fine with Polymer 0.5
Calling requirejs' require
function after Polymer 1.0 has been loaded results in a mismatch error.
This used to work fine with Polymer 0.5
Copyright © 2021 Jogjafile Inc.
It would be helpful to know what exactly you tried to give an informed answer. When I encountered a similar issue, The steps I took to resolve the issue was the following.
I then loaded this new module in the page containing the Polymer 1.0 elements using a requirejs script tag referring to the new module I just created, with data-main attribute. An example of script tag I used is shown below