Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
<button disabled="{props.isIncrementing}" type="button">
Increment
</button>
);
const FeatureToggledIncrementSyncButton = injectFeatureToggle(
INCREMENT_SYNC_BUTTON,
'syncButtonStyle'
)(IncrementSyncButton);
const Counter = props => (
<div>
<h1>Count around</h1>
<p>Count: {props.count}</p>
<div>
<br>
</div></div>