-
Notifications
You must be signed in to change notification settings - Fork 71
SyntaxError: "_lockedElementCache" is read-only #267
Comments
it is const |
I am also having this issue. I understand that it is a Locally I converted
to
Which resolved the webpack error but still results in a runtime error: |
Also, tracking backward in the code it looks like |
I can confirm the issue for the newest pre-12 version as well |
@aomarks FYI - would it help to mark those properties as |
At a high level, we unfortunately have not been testing any Polymer 3 pre-release code with Closure compilation yet, and have no handling in modulizer to update Closure annotations to match the transformed code, so I would expect all kinds of issues until we do that. |
I think this deals with the same issue: https://github.com/Polymer/polymer-modulizer/issues/345 |
Latest version 3.0.0-pre.10 gives me an error during webpack build:
as well as during a runtime:
The text was updated successfully, but these errors were encountered: