You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although the onIncrement={onIncrement} is defined in it's props return ( <BaseComponent count={overrideCount || count} // injected onIncrement={onIncrement} // injected {...(restProps as BaseProps)} /> );
The text was updated successfully, but these errors were encountered:
Although the
onIncrement={onIncrement}
is defined in it's propsreturn ( <BaseComponent count={overrideCount || count} // injected onIncrement={onIncrement} // injected {...(restProps as BaseProps)} /> );
The text was updated successfully, but these errors were encountered: