Gökhan Kurt
Gökhan Kurt
**Summary** Normally, html2canvas splits the text into words before rendering for word wrapping to work correctly. However this causes too many calls to `ctx.fillText` as each word is rendered separately....
React version: 18.2.0 Reproducible with [18.3.0-next-85de6fde5-20230328](https://www.npmjs.com/package/react/v/18.3.0-next-85de6fde5-20230328) as well. As I observed, this is not an issue only in React-DOM. It happens with other renderers too. It can be an issue...
### Reproducible in vscode.dev or in VS Code Desktop? - [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Monaco Editor Playground Link [Playground link](https://microsoft.github.io/monaco-editor/playground.html?source=v0.47.0#XQAAAAK_AQAAAAAAAABBqQkHQ5NjdMjwa-jY7SIQ9S7DNlzs5W-mwj0fe1ZCDRFc9ws9XQE0SJE1jc2VKxhaLFIw9vEWSxW3yscwz6mNheeVE9tHafIUxMIfBE8_ryzXBk571NfPR7_yOy5fwjXE98GKsdMWXxO4bCY2nO4BVncEGbV2RPYDNrQtyze8Y_bSciVJFMPavYKup7wWsoABMxvTKdg7_kbrZUa0YB0NFL5gcNkS39ysDfl2W1cJSve3Kr_UNdeU4iUnuCpTK3NTn8Mj9HxKUv2h4GWbmtQrEC1A9I5XBNooV22c4aW_kzbasEgJVtHuOT0e0CS-CQIjo5q7avglxrklYNhOvDc9SsuN1xehmqYRdRbHV074MXTw8n8m5klASvLaCDjYgdrzAUB1zLHq8xGC1jRRImk_FTW1dXtE5Yfb0kFu0PBQPJ398C07NQ) ### Monaco Editor Playground...
This RFC proposes adding a cleanup functionality to Callback Refs. See [the issue this was discussed](https://github.com/facebook/react/issues/15176) for more context. ### [View the formatted RFC](https://github.com/KurtGokhan/rfcs/blob/main/text/0000-callback-ref-cleanup.md)
Fixes #4218 The problem was, since the `package.json` has `type: module`, Typescript is treating regular `d.ts` files as module. But the `d.ts` files are generated manually and they don't comply...
Fixes #279 Mostly based on the ESLint checker. I can add examples later. I tried to create an example in StackBlitz but [Biome doesn't work in StackBlitz for now](https://github.com/biomejs/biome/issues/1341). [CodeSandbox...
### Rule name noUnusedImports ### Playground link https://codesandbox.io/p/devbox/biome-starter-cbs-rky6zq ### Expected result The fix for `noUnusedImports` should remove imports like: ``` import {} from 'module'; ``` ### Context A while ago,...
# Suggestion ## 🔍 Search Terms Type guard, parent object, infer, inference ## ✅ Viability Checklist My suggestion meets these guidelines: * [x] This wouldn't be a breaking change in...