sxwebdev

Results 2 issues of sxwebdev

I'm trying to use multiple api instances but only the last instance works. When the application starts, I go to the public api and everything works. Then I go to...

[The documentation](https://ant.design/components/form/#Why-does-onFieldsChange-trigger-three-times-on-change-when-field-sets-rules) says that `onFieldsChange` is triggered 3 times. But at the moment this is not happening. **Example** ```js onFieldsChange={(changed_fields) => { for (const field of changed_fields) { console.log(field.validating) //...