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
Running into an issue with using the dropdown component that is iframe. Running into this issue
Failed to read a named property 'addEventListener' from 'Window': Blocked a frame with origin "http://localhost:8080" from accessing a cross-origin frame
Running into an issue with using the dropdown component that is iframe. Running into this issue
Failed to read a named property 'addEventListener' from 'Window': Blocked a frame with origin "http://localhost:8080" from accessing a cross-origin frame
Most likely from this code -
parent.addEventListener("click", pageClickHandler);
- https://github.com/carbon-design-system/carbon-components-svelte/blob/16007759681015f3b58cd1df590403d6b695aa74/src/Dropdown/Dropdown.svelte#L163C6-L163C58The text was updated successfully, but these errors were encountered: