Skip to content

Commit

Permalink
chore: remove installAutoSignalTracking from signals core (#2818)
Browse files Browse the repository at this point in the history
#2576 had removed this before, but it was
accidentally brought back.

Co-authored-by: Anton Platonov <[email protected]>
  • Loading branch information
taefi and platosha authored Oct 22, 2024
1 parent e8eb0a8 commit beeccf4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/ts/react-signals/src/core.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
import { installAutoSignalTracking } from '@preact/signals-react/runtime';

// eslint-disable-next-line @typescript-eslint/no-unsafe-call
installAutoSignalTracking();

export * from '@preact/signals-react';

0 comments on commit beeccf4

Please sign in to comment.