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
I have a function called getData that runs a trigger in SWRMutation. This function is inside the component however, I want to make it independent by passing the trigger inside but I could not figure out the type of trigger:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a function called
getData
that runs a trigger in SWRMutation. This function is inside the component however, I want to make it independent by passing the trigger inside but I could not figure out the type oftrigger
:I want it like this :
Beta Was this translation helpful? Give feedback.
All reactions