why the WithConnectedCountUsage component cannot increment the counter?
Author: wishma2013Created Mar 21, 2020Updated May 23, 2026
Although the onIncrement={onIncrement} is defined in it's props
return ( <BaseComponent count={overrideCount || count} // injected onIncrement={onIncrement} // injected {...(restProps as BaseProps)} /> );
Source: piotrwitek/react-redux-typescript-guide