RcSelect Developer Guide
Recently, I have upgraded this react-schema-form add-on to the latest for all dependencies to resolve the security vulnerabilities. The process is relatively easy.
To update all packages to the latest major version, I followed this document on the parent folder.
For the RcSelect.js, I have switched jquery to fetch for the data fetching to remove the dependency for the jquery. Also, the componentWillMount is renamed to componentDidMount according to the React warning message.
Read More »