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
Uncaught TypeError: Invalid value used as weak map key
at WeakMap.set (<anonymous>)
at Object.addMutatedBy (ecosystem.mjs:12556)
at callMutateWithRightArgs (ecosystem.mjs:17854)
at ScopeKeyData.read (ecosystem.mjs:18058)
at Observation.onBound (ecosystem.mjs:5498)
at KeyTree.add (ecosystem.mjs:4681)
at Observation.on (ecosystem.mjs:4956)
at Object.onValue (ecosystem.mjs:1101)
at ScopeKeyData.onBound (ecosystem.mjs:17940)
at KeyTree.add (ecosystem.mjs:4681)
<h1>
{{contextTitle[0]}} <spanclass="styled">{{contextTitle[1]}}</span>
</h1>
... some other place ...
<h2class="headline2">
{{ i18n('txt_my_events_lbl', event_type=contextTitle.join('')) }}
</h2>
How often can you reproduce it?
JavaScript
statement inside{{expressions}}
throwsTypeError
:Steps to reproduce:
https://codepen.io/Lighttree/pen/eQjzwy?editors=1010
Expected results:
Before it was possible to evaluate
JavaScript
inside{{expressions}}
.Actual results:
Inline
JavaScript
evaluation doesn't work anymore.Environment:
The text was updated successfully, but these errors were encountered: