React boolean property is required
Well, I have a custom Form element, the type of it requires a multipart argument, when it passes, the form will be an formdata form, if is not, it will be a json form, and I want to do it this way:
Well, I have a custom Form element, the type of it requires a multipart argument, when it passes, the form will be an formdata form, if is not, it will be a json form, and I want to do it this way: