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
Doesn't look to affect the UX, but an error is logged (confirmed with uPWC @ 1.28.0 and 1.33.2-SNAPSHOT ), and is present at least in Chrome and Firefox.
_baseMatchesProperty.js:33
Uncaught DOMException: Failed to execute 'define' on 'CustomElementRegistry': the name "content-carousel" has already been used with this registry
at Module.5a74 (http://localhost:8080/resource-server/webjars/uportal__content-carousel/dist/content-carousel.min.js:40:84909)
at n (http://localhost:8080/resource-server/webjars/uportal__content-carousel/dist/content-carousel.min.js:1:110)
at http://localhost:8080/resource-server/webjars/uportal__content-carousel/dist/content-carousel.min.js:1:907
at http://localhost:8080/resource-server/webjars/uportal__content-carousel/dist/content-carousel.min.js:1:922
The text was updated successfully, but these errors were encountered:
@cbeach47 this has been seen before, it usually happens when a component script is imported twice in the portal.
The log is the expected behavior if the script is imported twice.
Could you do a grep/search in the portal implementation to see if content carousel script is imported twice?
Doesn't look to affect the UX, but an error is logged (confirmed with uPWC @
1.28.0
and1.33.2-SNAPSHOT
), and is present at least in Chrome and Firefox.The text was updated successfully, but these errors were encountered: