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 remix-toast heavily depends on json and redirect response utilities. With the new SingleFetch, Remix recommends moving away from response utils and start using the ResponseStub.
What would be the correct path to update the usage of remix-toasts to new singleFetch? Would the API need a change to accept the ResponseStub?
The text was updated successfully, but these errors were encountered:
Currently
remix-toast
heavily depends onjson
andredirect
response utilities. With the new SingleFetch, Remix recommends moving away from response utils and start using the ResponseStub.What would be the correct path to update the usage of
remix-toasts
to new singleFetch? Would the API need a change to accept the ResponseStub?The text was updated successfully, but these errors were encountered: