freeCodeCamp/tools/ui-components/src/form-control
Oliver Eyton-Williams 4ff00922da
refactor: fix hidden eslint errors (#49365)
* refactor: explicit types for validate

* refactor: explicit return types for ui-components

* refactor: use exec instead of match

* refactor: add lots more boundary types

* refactor: more eslint warnings

* refactor: more explicit exports

* refactor: more explicit types

* refactor: even more explicit types

* fix: relax type contrainsts for superblock-order

* refactor: final boundaries

* refactor: avoid using 'object' type

* fix: use named import for captureException

This uses TypeScript (which works) instead of import/namespace
(which doesn't) to check if captureException exists in sentry/gatsby
(it does)
2023-02-13 07:13:50 -08:00
..
form-control-feedback.tsx refactor: fix hidden eslint errors (#49365) 2023-02-13 07:13:50 -08:00
form-control-static.tsx refactor: fix hidden eslint errors (#49365) 2023-02-13 07:13:50 -08:00
form-control.stories.tsx feat/add props form control (#45706) 2022-04-19 11:39:04 +03:00
form-control.test.tsx feat/create initial form control component (#45578) 2022-04-01 14:03:54 +03:00
form-control.tsx chore(ui-components): simplify color tokens (#45848) 2022-05-09 16:28:25 +03:00
index.ts feat/create initial form control component (#45578) 2022-04-01 14:03:54 +03:00
types.ts fix(client): add type to warn misuse of attributes in formControl (#48696) 2023-02-10 13:24:23 +00:00