Skip to content

Commit

Permalink
Merge pull request #90 from vikejs/rename-client-only-namespace
Browse files Browse the repository at this point in the history
Export clientOnly() at `vike-solid/clientOnly`
  • Loading branch information
magne4000 authored Jun 18, 2024
2 parents caf0317 + 13fe8a6 commit ec3fd93
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 632 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-manager-strict=false
2 changes: 1 addition & 1 deletion examples/basic/pages/index/+Page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { clientOnly } from "vike-solid/ClientOnly";
import { clientOnly } from "vike-solid/clientOnly";

const ClientOnlyCounter = clientOnly(() => import("./Counter"));
const ClientOnlyCounterSlow = clientOnly(async () => {
Expand Down
Loading

0 comments on commit ec3fd93

Please sign in to comment.