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?
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?