Skip to content

Commit

Permalink
fix: improve swr ssr helper
Browse files Browse the repository at this point in the history
  • Loading branch information
licg9999 authored and Chungen Li committed Aug 10, 2022
1 parent 47813c7 commit 56f3adc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/swr/ssrHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export function renderSwrResponse<TData>(
): RenderedSwrResponse<TData> {
return {
data,
error: undefined,
isValidating: false,
...override,
};
Expand Down

0 comments on commit 56f3adc

Please sign in to comment.