-
Below is the piece of my code that shows an error on the console. and every time this function is triggered, it will show an error in the console from mutate.ts:245 `export function useAdd(value) { return useMutation([add], { I call the code above on another file but when I add extra catch how it can be ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
in development mode, errors are logged to the console. |
Beta Was this translation helpful? Give feedback.
in development mode, errors are logged to the console.