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
* feat: Add app directory and restructure related files.
* feat: Change unused vars to error for linting.
* feat: Add Form component based on aiven-core implementation.
* feat: Add userEvent package.
@testing-library/user-event has a peerDep for @testing-library/dom
but it's a different version than the one that @testing-library/react
uses and brings in as a devDep. Solution based on research on GitHub
shows we can either ignore the warning in pnpm or install the
@testing-library/dom as devDep in the version that @testing-library/react
uses it. I did the latter hoping that in one of the next versions of
@testing-library/user-event this will be resolved.
see
testing-library/user-event#438 (comment)testing-library/user-event#551 (comment)
* feat: Add tests for Form based on aiven-core.
* feat: Introduce explicit typing for Form.
- remove use of 'any' type
- add stricter rule for use of any for linting
* feat: Update lodash usage to match dependencies.
* Remove comment about aiven-core mirroring
* Remove unused library.
* Rename and restructure pages files.
- `index.tsx` should be reserved for resource root
- files for pages can live on first level in `pages`
- rename files to match naming conventions for react
- update documentation to be more explicit and correct
* Add login page to routing.
* Reorder lint rules after rebase.
The text was updated successfully, but these errors were encountered: