Skip to content

Commit

Permalink
Add .js extension to import that is missing it (#1913)
Browse files Browse the repository at this point in the history
* Add `.js` extension to import

* add changelog

---------

Co-authored-by: Ryan Carniato <ryansolid@gmail.com>
  • Loading branch information
frank-weindel and ryansolid committed Oct 11, 2023
1 parent 183dba7 commit 4968fe2
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
@@ -0,0 +1,5 @@
---
"solid-js": patch
---

Add `.js` extension to import
2 changes: 1 addition & 1 deletion 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 };

Expand Down

0 comments on commit 4968fe2

Please sign in to comment.