Skip to content

Commit

Permalink
Merge 1489285 into 183dba7
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-weindel committed Oct 11, 2023
2 parents 183dba7 + 1489285 commit 3e6e4cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wet-forks-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"solid-js": patch
---

Add `.js` extension to import
2 changes: 1 addition & 1 deletion packages/solid/src/render/hydration.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Computation } from "../reactive/signal";
import { Computation } from "../reactive/signal.js";

export type HydrationContext = { id: string; count: number };

Expand Down

0 comments on commit 3e6e4cb

Please sign in to comment.