Infer Type in ActionData in React/Remix
I’m showing a toast notification that gets its value from actionData
. What is the best way to infer its type?
I’m showing a toast notification that gets its value from actionData
. What is the best way to infer its type?