How to submit data from Ant Design Form component to a React-Router route and trigger the corresponding ‘action’?
In React-Routerthere’s a component that can submit data to the route’s “action.” In actual development, I’m using Ant Design’s ProForm. How can I pass data to the route’s “action” functionally within the ProForm’s onFinish event?