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
We have a use-case where most of the time code changes only affect what's going on inside an iframe. The src of that iframe depends on which component a developer has picked to inspect on the iframe stage.
As this could possibly be a not-so-uncommon usecase, it would be great to have an option that allows passing a configuration to connect.reload() which would allow something like
We have a use-case where most of the time code changes only affect what's going on inside an iframe. The
src
of that iframe depends on which component a developer has picked to inspect on theiframe
stage.As this could possibly be a not-so-uncommon usecase, it would be great to have an option that allows passing a configuration to
connect.reload()
which would allow something likeor even better, for refreshing several iframes:
The text was updated successfully, but these errors were encountered: