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
I have a project that run in an iframe, and cannot be started separately because it has data coming from the parent iframe, and I'm not able to use react-scan on it.
if I use npx react-scan@latest parent iframe it doesn't see my project
if I add the script in the project it doesn't work, of course if I open the project directly I see the dev tools but as I have no data coming from the parent I have a blank screen.
is there a solution for my use case?
The text was updated successfully, but these errors were encountered:
I have a project that run in an iframe, and cannot be started separately because it has data coming from the parent iframe, and I'm not able to use react-scan on it.
if I use npx react-scan@latest parent iframe it doesn't see my project
if I add the script in the project it doesn't work, of course if I open the project directly I see the dev tools but as I have no data coming from the parent I have a blank screen.
is there a solution for my use case?
The text was updated successfully, but these errors were encountered: