Description
The iron-ajax element causes it's host element to throw a Uncaught TypeError: Cannot read property 'ub' of undefined when compiled with closure advanced mode.
Expected outcome
Element transpiles and generates minified JS without renaming public attributes
Actual outcome
Possibly required public property renamed and no longer accessible
Live Demo
Steps to reproduce
-
Put a iron-ajax element inside a custom polymer element (or a page).
-
Closure-compile
compilation_level: 'ADVANCED', polymer_version: 2,
-
Load the page
Browsers Affected
Description
The
iron-ajaxelement causes it's host element to throw aUncaught TypeError: Cannot read property 'ub' of undefinedwhen compiled with closure advanced mode.Expected outcome
Element transpiles and generates minified JS without renaming public attributes
Actual outcome
Possibly required public property renamed and no longer accessible
Live Demo
Steps to reproduce
Put a
iron-ajaxelement inside a custom polymer element (or a page).Closure-compile
compilation_level: 'ADVANCED', polymer_version: 2,Load the page
Browsers Affected