Closed LeulAria closed 3 years ago
> const { selected } = useEditor((state) => { ^ ... });
work if it's child inside of Editor
<Editor ...> <Frame>...<Frame> <the component using useEditor with callback> </Editor>