Bruno Antinomio
Bruno Antinomio
As reported in #173 #174 There are some todo: - [x] Add ```schema``` property to validation object - [x] Only create Ajv instance when ```schema``` is verified as non-empty object...
**Is your feature request related to a problem? Please describe.** ``` javascript const ajv = new Ajv(); const validate = ajv.compile(validation); // custom validator const {validator, errorMessage} = validation; const...
**Is your feature request related to a problem? Please describe.** It's a wide-used feature for checking username availability, filtering forbidden words in the content, or any other computing/request which need...
The life cycle method named componentWillUnmount is not need UNSAFE_ prefix. The method which has been considered legacy is UNSAFE_componentWillMount(), actually. Ref: https://reactjs.org/docs/react-component.html#componentwillunmount https://reactjs.org/docs/react-component.html#unsafe_componentwillmount
```bash Warning: should not be used in _document.js's . https://err.sh/next.js/no-document-title ``` The Next.js maintainer suggests to only put `````` element in ```_app.js```. Also, It's more flexible to change title content...