-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
bottable.io/apps/extension/src/utils/useSelector.ts
Lines 17 to 22 in 5732730
| // TODO: What should i initialize this as? | |
| const selector = useRef(new SelectorGadget(rootId)); | |
| const [isOn, setIsOn] = useState(false); | |
| const callback = useRef<UseSelectorCallbacks>({}); | |
| const selectionCallback = useCallback( |