-
When using `@wordpress/api-fetch` in a TypeScript library, `tsc` complains that `apiFetch` is not callable.
The problem being encountered here is described in depth at https://github.com/arethetype…
-
- Part of #41236.
---
[In WordPress 6.6](https://github.com/WordPress/gutenberg/issues/60219), work was done to improve warnings integration with Preact DevTools, as well as adding directives for as…
-
_This is an overview issue to track all of the tasks necessary to introduce and refine the set of `Navigator` components, especially in the context of using it in the updated Global Styles Sidebar._
…
-
## What problem does this address?
Right now Gutenberg has ~30 `@wordpress/*`-packages which make use of the `tsconfig.base.json` by loading it via relative path:
```json
{
"extends": "../../ts…
-
In [the docs it says](https://wordpress.github.io/wordpress-playground/blueprints/steps/#ImportWordPressFilesStep):
> Any files that Playground recognizes as “excluded from the export” will carry ove…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: win32
Arch: x64
…
-
### Description
After running 'ncu', 'ncu -u' and 'npm install --force', a deprecated warning was displayed for the internal module 'eslint'.
### Step-by-step reproduction instructions
1. Go to the…
-
Related #21238, #17271.
### 1. Should we allow JSDoc type notation?
JSDoc and TypeScript type notations are different. They can create confusion. For example:
* `[string]` means an optional s…
-
@adamziel made the suggestion to use the client from `playground.wordpress.net` itself to have a version that’s always synchronized with the Playground version
-
Let’s pivot Blueprints from a TypeScript library to a PHP library. I started the explorations in this repo:
https://github.com/WordPress/blueprints/
## Motivation
PHP Blueprints would unite …