Uncaught runtime error in Ant Design useStepsForm example
I was testing this example https://codesandbox.io/embed/github/refinedev/refine/tree/next/examples/form-antd-use-steps-form and I am getting "Uncaught runtime errors: ERROR [object Object]..." when trying to go to the next step with errors in the form (leaving fields empty). This is the first time I try something in react so I am not sure how to find the cause of the error or fix it, and the error is not giving much information. The error also happens on the codesandbox example.
Any ideas on how to fix it?
Any ideas on how to fix it?
form-antd-use-steps-form using @refinedev/antd, @refinedev/cli, @refinedev/core, @refinedev/react-router-v6, @refinedev/simple-rest, @types/node, @types/react, @types/react-dom, @uiw/react-md-editor

