-
A section about **Block Hooks** could be added to the [Block API Reference](https://developer.wordpress.org/block-editor/reference-guides/block-api/) to help discover Block Hooks docs.
Current info…
-
I'm trying to use `react-popper` but really confused by the docs and why the API is so complex. It forces the end user to keep track of lots of interim state. The current example:
```ts
import Rea…
-
**Task Description:**
Currently, we run unit tests using jest which can be found [**here**](https://github.com/tjtanjin/react-chatbotify/tree/main/__tests__).
However, the test cases are not yet …
-
Thinking of something like the following:
```javascript
import { useSizeMe } from 'react-sizeme/hooks'; // 👈 note the "/hooks"
function MyComponent() {
const [sized, width, height] = useSize…
-
### Summary
First figure out what tech we use (pre-commit or something else).
This should run the following commands locally (making a single make command that does all of these might be better - `m…
-
## タスク
- [x] Vitestの導入
- [x] 各種コンポーネントのテストを実装
- [x] ロジックのテストを実装
- [ ] APIをモック化
- [ ] hooksのテストを実装
-
If you set `metabaseInstanceUrl` to a valid url that answers "200" to http requests, we don't detect that it's not metabase and we try to work as normal, causing weird issues like component crashing o…
-
im problem
Fatal error: Class 'Xu_hooks_api' not found in /home/xxxxxx/public_html/system/application/libraries/xu_api.php on line 74
please fix this my problem
-
### ⚠️ This issue respects the following points: ⚠️
- [x] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [x] This issue is **not** already reported on [Github](https://…
-
## What problem does this solve or what need does it fill?
There are needs to enforce invariants, to build indexes or otherwise keep things consistent in the ECS between multiple entities or between …