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
And have both and button on the same page. If I try to use both buttons without refreshing the page, I get:
serial-provision-dialog-8dcc4267.js?module:1 Uncaught (in promise) DOMException: Failed to execute 'define' on 'CustomElementRegistry': the name "mwc-ripple" has already been used with this registry
The text was updated successfully, but these errors were encountered:
I include these two modules:
<script type="module" src="https://unpkg.com/[email protected]/dist/web/install-button.js?module"></script> <script type="module" src="https://unpkg.com/[email protected]/dist/web/serial-launch-button.js?module"></script>And have both and button on the same page. If I try to use both buttons without refreshing the page, I get:
serial-provision-dialog-8dcc4267.js?module:1 Uncaught (in promise) DOMException: Failed to execute 'define' on 'CustomElementRegistry': the name "mwc-ripple" has already been used with this registry
The text was updated successfully, but these errors were encountered: