Solutionunvalidated
Use the event value directly for the network call (e.g., `event.value`) or move the dependent side effect to a store subscription/`useEffect` that runs after `sortBy` updates.
00788d79-4ac9-4360-b1ac-ad37f158a3ec
Use the event value directly for the network call (e.g., event.value) or move the dependent side effect to a store subscription/useEffect that runs after sortBy updates.