How to solve ReferenceError: structuredClone is not defined #108
-
I have an error: ReferenceError: structuredClone is not defined Tryed to reinstall strategy, but it still doesn't work. System log error: Uncaught error from Chrome WebView 92.0.4515.105 on Android 12 TypeError: Cannot read property 'showRawConfigEditor' of undefined _showRawConfigEditor (src/panels/lovelace/strategies/device-registry-detail/dialog-dashboard-strategy-editor.ts:181:18) call (src/lit-html.ts:2018:28) dispatchEvent (mwc-list-item-base.ts:247:9) fireRequestSelected (mwc-list-item-base.ts:92:9) call (observer.ts:49:23) forEach (observer.ts:42:28) updated (src/reactive-element.ts:1378:9) _$AE (src/reactive-element.ts:1343:11) performUpdate (src/reactive-element.ts:1261:16) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
structuredClone is unavailable at older JavaScript engines. Using this method should be replaced in the latest commit. |
Beta Was this translation helpful? Give feedback.
structuredClone is unavailable at older JavaScript engines.
Using this method should be replaced in the latest commit.