We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a01d5 commit afb11d6Copy full SHA for afb11d6
src/components/Schema/OneOfSchema.tsx
@@ -16,7 +16,7 @@ export interface OneOfButtonProps {
16
}
17
18
@observer
19
-export class OneOfButton extends React.PureComponent<OneOfButtonProps> {
+export class OneOfButton extends React.Component<OneOfButtonProps> {
20
render() {
21
const { idx, schema, subSchema } = this.props;
22
return (
0 commit comments