useTransition not working
Hello , I am trying to utilize useTransition but Im not sure if I am doing anything wrong or haven't understood how it works.
1 Reply
Put the setTimeout outside of the start. Transitions track writes tgat happen synchronously, so doing it the way above means the set isn't part of it.