Currently shared refs (impl. for channels atm) are stored in the global Redux store. Since there can be multiple instances of the effect view (eg one top level, another in the reactions view). We need a state per instance approach (ie local React state)
Currently shared refs (impl. for channels atm) are stored in the global Redux store. Since there can be multiple instances of the effect view (eg one top level, another in the reactions view). We need a state per instance approach (ie local React state)