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 f720367 commit 7ff2fd9Copy full SHA for 7ff2fd9
README.md
@@ -32,9 +32,7 @@ $ yarn add react-validation-builder
32
setschema(val);
33
}, []);
34
35
- return (
36
- <ValidationBuilderEditor data={schema} onChange={onChange} config={config} pillStyles={pillStyles}/>
37
- );
+ return <ValidationBuilderEditor data={schema} onChange={onChange} config={config} pillStyles={pillStyles}/>
38
}
39
```
40
### Functionality to transform the schema to Yup
0 commit comments