Skip to content

Commit 56f3adc

Browse files
licg9999Chungen Li
authored andcommitted
fix: improve swr ssr helper
1 parent 47813c7 commit 56f3adc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/swr/ssrHelpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export function renderSwrResponse<TData>(
1717
): RenderedSwrResponse<TData> {
1818
return {
1919
data,
20-
error: undefined,
2120
isValidating: false,
2221
...override,
2322
};

0 commit comments

Comments
 (0)