Skip to content

Commit

Permalink
Drop client-only (#2910)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi authored Mar 10, 2024
1 parent aa542a4 commit dc873f7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion env.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@
"trailingComma": "none"
},
"dependencies": {
"client-only": "^0.0.1",
"use-sync-external-store": "^1.2.0"
}
}
8 changes: 5 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/core/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'client-only'

// useSWR
import useSWR from './use-swr'
export default useSWR
Expand Down

0 comments on commit dc873f7

Please sign in to comment.