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
Alternatively, if the iframe is from the same origin, you can use a function that returns an element instead of a query string for the anchor. Inside it, you can get the iframe's document and query elements inside the iframe.
Describe the bug
If the element inside of the dom is located inside of an iframe, the anchor for content script does not work.
Reproduction
await createShadowRootUi(ctx, { anchor: 'iframe', ... });
Steps to reproduce
No response
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: