Results 8 issues of Mike

**The problem** Hi, we are using `onViewableItemsChanged` to do the impression tracking of items with `FlatList`, but we currently facing a problem with `FlatList` when `pagingEnabled` is true. If `pagingEnabled`...

priority: low
bug: react-native
project:react-native-web

We are trying to export the canvas to png using `add.renderer.generateTexture` and `app.renderer.extract`, but the svg object isn't showing in the image. After digging into the source code and found...

Hello, I have a question about response type, why is the `ApiOkResponse` has an optional data? I suppose that if the request is successful, the `ApiOkResponse` will contain `ok:true` with...

### Current Behavior Type error when using PixiComponent with Container in typescript after upgrade the package version to below - **`@pixi/react` version**: *7.1.1* - **`pixi.js` version**: *7.3.1* - **`@pixi/display` version**:...

bug
v7

### Description I want to cache a Container with sprite and graphics contain as bitmap, but pixi always cache it before the sprite is loaded, is there any onLoad callback...

enhancement
v7

According to the document, using `observable.off` can unsubscribe a callback of `observable.on` or `observable.once`. The `off` method works fine with `on`, but it doesn't work properly with `once`, here is...

We are on `[email protected]`, and the type of element is not so friendly. Typescript cannot recognize the element type in switch case ![Screenshot 2024-07-02 at 10 52 23 AM](https://github.com/MyScript/iinkTS/assets/48589760/4720263d-533c-4c39-93f7-c57c1fbd48df) Here...

##### Description of change Support break words for BitmapText #10386. - Included a tiny refactor while I look through the render flow - Added a test case to check if...