You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently getAllTickets takes in a callback (which is the setState for setAllTickets) to update the recoil state. This should instead be a custom hook, something that looks like
[currentTickets, setAllTickets] = useAllTickets()
The text was updated successfully, but these errors were encountered:
Currently getAllTickets takes in a callback (which is the setState for setAllTickets) to update the recoil state. This should instead be a custom hook, something that looks like
[currentTickets, setAllTickets] = useAllTickets()
The text was updated successfully, but these errors were encountered: