preact icon indicating copy to clipboard operation
preact copied to clipboard

⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.

Results 223 preact issues
Sort by recently updated
recently updated
newest added

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action...

If the perf impact isn't huge, this might be a way to avoid the need to clean up VNodes (#3709).

- [x] Check if updating to the latest Preact version resolves the issue **Describe the bug** As a follow up to #3695 and #3696 - in the same reproduction if...

Fix grid and other style properties as defined in https://github.com/preactjs/preact/issues/2607

- [x] Check if updating to the latest Preact version resolves the issue **Describe the bug** Thumb (drag points) are not receiving any updates past the initial css applied. **To...

- [ ] Check if updating to the latest Preact version resolves the issue **Describe the bug** Our dashboard starts fails when upgrading from 18.1 to 18.2. Looks like suspense...

- [x] Check if updating to the latest Preact version resolves the issue Thank you for addressing https://github.com/preactjs/preact/issues/4274, but the fix did not resolve the issue in my case. The...

**Describe the bug** Getting this error (and app gets completely stuck) with [10.19.2](https://github.com/preactjs/preact/releases/tag/10.19.2). Everything works fine after a downgrade to [10.18.2](https://github.com/preactjs/preact/releases/tag/10.18.2). ``` Uncaught (in promise) DOMException: Node.insertBefore: Child to insert...

needs-more-info

Since the code in the npm tarball is minified by default ( https://socket.dev/npm/package/preact/files/10.15.1/dist/preact.mjs ) It's nearly impossible to debug or profile the preact framework when using it to build my...

11.x