react-redux-typescript-guide icon indicating copy to clipboard operation
react-redux-typescript-guide copied to clipboard

why the WithConnectedCountUsage component cannot increment the counter?

Open wishma2013 opened this issue 5 years ago • 0 comments
trafficstars

Although the onIncrement={onIncrement} is defined in it's props return ( <BaseComponent count={overrideCount || count} // injected onIncrement={onIncrement} // injected {...(restProps as BaseProps)} /> );

wishma2013 avatar Mar 21 '20 05:03 wishma2013