File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ function App() {
3939
4040A mutation can only be in one of the following states at any given moment:
4141
42- - ` isIdle ` or `status === 'idle' - The mutation is currently idle or in a fresh/reset state
43- - ` isLoading ` or `status === 'loading' - The mutation is currently running
42+ - ` isIdle ` or ` status === 'idle' ` - The mutation is currently idle or in a fresh/reset state
43+ - ` isLoading ` or ` status === 'loading' ` - The mutation is currently running
4444- ` isError ` or ` status === 'error' ` - The mutation encountered an error
45- - ` isSuccess ` or `status === 'success' - The mutation was successful and mutation data is available
45+ - ` isSuccess ` or ` status === 'success' ` - The mutation was successful and mutation data is available
4646
4747Beyond those primary state, more information is available depending on the state the mutation:
4848
You can’t perform that action at this time.
0 commit comments