pixiebrix-extension
pixiebrix-extension copied to clipboard
Fields to pull errors from analysis slice
The Field components should be able to get their errors from the analysis slice directly. The Options app doesn't use Analysis slice as of now.
Implementations approaches:
- Let the field to call the annotations from redux. If analysis slice is not available, fetch errors from Formik
- Create the versions of
ConnectedFieldTemplateandSchemaFieldthat fetch errors from redux and use them in PageEditor