Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfeat: findComponent can find component inside a Suspense #168
Conversation
Slightly updates the find implementation to: - check the suspense `subtree` if it is resolved - check the suspense `fallbackTree` otherwise A test has been added to check if we can find a component in both cases.
Very nice, dont remember this being there when I tried heh. |
@dobromir-hristov not do I - maybe it was added after. Glad we have this now! |
Slightly updates the find implementation to:
subtree
if it is resolvedfallbackTree
otherwiseA test has been added to check if we can find a component in both cases.