Closed ofekd closed 1 day ago
The error is:
(index):22 Uncaught NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "lustre-fragment" has already been used with this registry
Currently wrapping the following code in a try..catch as a workaround:
try..catch
window.customElements.define( "lustre-fragment", class LustreFragment extends HTMLElement { constructor() { super(); } } );
Thank you for reporting this, closing as it will be fixed next release.
The error is:
Currently wrapping the following code in a
try..catch
as a workaround: