fix: fully specify with-selector

This commit is contained in:
pelikhan 2022-05-22 22:24:13 -07:00
Родитель bb5ed79293
Коммит da9e2ed059
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
import { IEventSource, arrayEq } from "jacdac-ts" import { IEventSource, arrayEq } from "jacdac-ts"
import { useMemo, DependencyList } from "react" 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 * A hook to track event and update a state snapshot