Fetching Queries in React Router Actions
I have an action on a route that makes a PUT request and then attempts to fetch a query. The query has keys which are dependent on state variables. Is there a way to update the query by only passing in a constant string instead of needing to pass in all the keys?
0 Replies