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 68ac46b commit 13bfc93Copy full SHA for 13bfc93
src/Methods/Methods.tsx
@@ -52,7 +52,7 @@ interface IProps extends WithStyles<typeof styles> {
52
methodPlugins?: Array<React.FC<IMethodPluginProps>>;
53
}
54
55
-class Methods extends Component<IProps, IState> {
+class Methods extends Component<IProps> {
56
public render() {
57
const { schema, classes, uiSchema } = this.props;
58
if (!schema) {
0 commit comments