We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.js
1 parent 183dba7 commit 4968fe2Copy full SHA for 4968fe2
.changeset/wet-forks-melt.md
@@ -0,0 +1,5 @@
1
+---
2
+"solid-js": patch
3
4
+
5
+Add `.js` extension to import
packages/solid/src/render/hydration.ts
@@ -1,4 +1,4 @@
-import { Computation } from "../reactive/signal";
+import { Computation } from "../reactive/signal.js";
export type HydrationContext = { id: string; count: number };
0 commit comments