Skip to content

Commit 4968fe2

Browse files
Add .js extension to import that is missing it (#1913)
* Add `.js` extension to import * add changelog --------- Co-authored-by: Ryan Carniato <[email protected]>
1 parent 183dba7 commit 4968fe2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/wet-forks-melt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"solid-js": patch
3+
---
4+
5+
Add `.js` extension to import

packages/solid/src/render/hydration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Computation } from "../reactive/signal";
1+
import { Computation } from "../reactive/signal.js";
22

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

0 commit comments

Comments
 (0)