Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
<button color="primary">
No
</button>
<button id="{`oneOf-${id}-confirm-yes`}" color="primary">
Yes
</button>
);
};
export const materialOneOfControlTester: RankedTester = rankWith(3, isOneOfControl);
export default withJsonFormsOneOfProps(MaterialOneOfRenderer);