react-redux-typescript-guide
react-redux-typescript-guide copied to clipboard
why the WithConnectedCountUsage component cannot increment the counter?
trafficstars
Although the onIncrement={onIncrement} is defined in it's props
return ( <BaseComponent count={overrideCount || count} // injected onIncrement={onIncrement} // injected {...(restProps as BaseProps)} /> );