Skip to content

Commit

Permalink
Merge branch 'main' into blankeos/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Jun 18, 2024
2 parents b1ffd3f + 8affcc5 commit ae24989
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 697 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 ae24989

Please sign in to comment.