startTransition
+ state
in components like Tabs, Menu and similar.
#7636
Unanswered
MrFlashAccount
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Hi, thank you very much for the kind words. Is there any chance you can provide a stackblitz or another isolated testing environment. I don't have enough to go off of here. There's a chance it's related to #6182 We've not had a chance to dive into this issue yet if you'd be interested in doing some preliminary investigating regardless of if it's the same issue. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We utilize react-aria-components in our daily workflow and have found them to be highly effective for our specific requirements.
We are gradually transitioning towards Suspense and transitions, and I have a question regarding the optimal method for integrating components such as
<Menu />
and<Tabs />
with thestartTransition
function. Our objective is to display a loading state within the tab during user navigation. (For reference, please refer to the attached video for an illustration.)Based on our observations, it appears that there is no alternative solution to this matter except for explicitly unwrapping these components.
CleanShot.2025-01-20.at.18.07.54.mp4
Beta Was this translation helpful? Give feedback.
All reactions