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
fix(clerk-js): update inCrossOriginIframe to handle nested cross origin iframes
This handles the following dom structure
```
top (replit.com)
- iframe1 (foo.janeway.replit.dev/__iframe.html)
- iframe2(foo.janeway.replit.dev; Clerk loaded here)
```
0 commit comments