performanceArtist

Results 1 issues of performanceArtist

`useSubscription` doesn't work - `useMemo` creates the subscription during the first render, but then `useEffect` unsubscribes after the component has mounted(there are no deps in `useEffect` call). Also I think...