Closed clementroche closed 2 years ago
<tunnel.In>hello</tunnel.In> <tunnel.In>world</tunnel.In>
results world
world
results hello world
hello world
Here is an example to show why this is helpful https://codesandbox.io/s/shy-water-qwwlsk?file=/src/index.js
Maybe a priority props has to be added to make sure the render order is right
priority
Thanks for the PR! A change that implements this just landed in #9, with some extra handling to retain the correct rendering order when individual rats un- and remount.
Current behaviour
results
world
New behaviour
results
hello world
Here is an example to show why this is helpful https://codesandbox.io/s/shy-water-qwwlsk?file=/src/index.js
Maybe a
priority
props has to be added to make sure the render order is right