Markus Dobmann
Markus Dobmann
After a successful login I get the following request failure messages printed to the console. The error occurs only if a user is logged in. Note, there are 2 requests....
#### Proposed Changes * `WpcomLoginForm`: refactor tests to `@testing-library/react` Please note: We're not using accessible selectors here because we don't test accessible elements within these tests (the form is rendered...
## What? Refactor `MenuItemsChoice` component to TypeScript ## Why? Part of https://github.com/WordPress/gutenberg/issues/35744 ## How? - Followed general recommendations from the [TypeScript Migration guide](https://github.com/WordPress/gutenberg/blob/trunk/packages/components/CONTRIBUTING.md#refactoring-a-component-to-typescript). - Renamed file to `.tsx` and created...
## What? Refactor the `Guide` component to TypeScript Part of #35744 ## Why? The refactor to TypeScript has many benefits (auto-generated docs, static linting and error prevention, better IDE experience)....
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it I'm sorry if this has already been reported. I couldn't find an...