Skip to content

Commit a99d6c8

Browse files
fix(signals): import Owner type used by createReaction arm handle
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 928ba28 commit a99d6c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/solid-signals/src/signals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Disposable, Refreshable } from "./core/index.js";
1+
import type { Disposable, Owner, Refreshable } from "./core/index.js";
22
import {
33
$REFRESH,
44
cleanup,

0 commit comments

Comments
 (0)