about summary refs log tree commit diff
path: root/src/components/forms/FormError.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Leverage jsx transform to remove unnecessary react imports and update eslint ↵Paul Coroneos2024-11-191-1/+0
| | | | | | | | | config (#6516) * update eslint config with jsx runtime * leverage jsx transform to remove unnecessary react imports and update eslint config * run yarn lint --fix to remove eslint disables related to react/prop-types that is now disabled
* Release fixes (#3318)Eric Bailey2024-03-211-1/+1
| | | | | | | | | | | * Fix error overflow * await setSavedFeeds before setting birth date * await birth date first instead of feeds --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Password flow tweaksEric Bailey2024-03-201-7/+8
|
* sort imports for files related to this PRSamuel Newman2024-03-201-1/+1
|
* hog FormErrorSamuel Newman2024-03-191-15/+10
|
* move FormError to components/formsSamuel Newman2024-03-191-0/+34