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
Currently the tunneled component reads the context of where it is rendered at. It would be useful to redirect the context the same way it is done with props.
If you don't have time to do it, do you think it would be possible?
What about using react portals to render children into DOM nodes rendered and registered by other react components previously? React portals do redirect context. Do you see any potential problem with that?
The text was updated successfully, but these errors were encountered:
Currently the tunneled component reads the context of where it is rendered at. It would be useful to redirect the context the same way it is done with props.
If you don't have time to do it, do you think it would be possible?
What about using react portals to render children into DOM nodes rendered and registered by other react components previously? React portals do redirect context. Do you see any potential problem with that?
The text was updated successfully, but these errors were encountered: