fix: fully specify with-selector
This commit is contained in:
Родитель
bb5ed79293
Коммит
da9e2ed059
|
@ -1,6 +1,6 @@
|
|||
import { IEventSource, arrayEq } from "jacdac-ts"
|
||||
import { useMemo, DependencyList } from "react"
|
||||
import { useSyncExternalStoreWithSelector } from "use-sync-external-store/with-selector"
|
||||
import { useSyncExternalStoreWithSelector } from "use-sync-external-store/with-selector.js"
|
||||
|
||||
/**
|
||||
* A hook to track event and update a state snapshot
|
||||
|
|
Загрузка…
Ссылка в новой задаче