You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good if we could import shape from rc-form, this way we could just do something like this:
import{createForm,formShape}from'rc-form';
@createForm()exportdefaultclassMyFormextendsReact.PureComponent{staticpropTypes={/** Form HOC from @createForm */form: formShape,
The text was updated successfully, but these errors were encountered:
Hey !
It would be good if we could import shape from rc-form, this way we could just do something like this:
The text was updated successfully, but these errors were encountered: