I didn't find a way to set multiple field errors at once to form. In [FORM API](https://joepuzzo.github.io/informed/?selectedKind=Form&selectedStory=Api&full=0&addons=0&stories=1&panelRight=0&addonPanel=REACT_STORYBOOK%2Freadme%2Fpanel) i found setError and setFormError function only but i didn't see function to set all of my field errors at once like below ```js setForms({ 'email' : 'already exists', 'password' : 'password sholudnot contain your name' }) ``` Am i missing something (in API Doc) or currently this function is not supported by this package.?