WebStorm gives me
Cyclic dependency between: AComponent -> BComponent -> CComponent -> AComponent even though I use
forwardRef(() => AComponent), In a child component.
Changing places where I place forwardRef in the component hierarchy doesn't seem to have an effect on this error.
I don't have any related error in the console when running npm start though.