Skip to content

Commit

Permalink
docs: Remove outdated callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ode committed Jan 11, 2024
1 parent 6045575 commit 97ded72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ const MesssageView = observer((props) => {
data: snapshot,
request: { id },
enabled: !!id,
onFetched(data, self) {},
onSuccess(data, self) {},
onError(data, self) {},
staleTime: 0,
});
Expand Down

0 comments on commit 97ded72

Please sign in to comment.