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 has been archived by the owner on Dec 19, 2024. It is now read-only.
When using the Closure Compiler with the 3.0 preview version of this element,
Constant reassigned
errors occur:version:
@polymer/iron-overlay-behavior#3.0.0-pre.10
Lines at fault
iron-overlay-behavior/iron-scroll-manager.js
Lines 102 to 103 in 1cbc71f
If I change the lines above to use
let
instead ofconst
, the compiler no longer complains.The text was updated successfully, but these errors were encountered: