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

fixes #3737 I have tracked this down for a bit and it looks like when the _nextDom is set to `` from the second render we switch it to become...

- [x] Check if updating to the latest Preact version resolves the issue **Describe the bug** When building a preact application using parceljs and having draftjs as a dependency it'll...

fixes #3731 We only want to run the state optimization when the invoker is the root of the update, this means that when a parent trickles through to its children...

- [x] Check if updating to the latest Preact version resolves the issue (No, it doesn't) **Describe the bug** Preact seems to be adding HTML elements out of order when...

Hi, I've found another case where the legacy debounceRendering mode was 'more compatible' with React. Please see codepen below: https://codesandbox.io/s/adoring-firefly-n9fjg2?file=/src/index.js:322-339 now, the issue is with the Birthday label wrongly animating...

- [✅] Check if updating to the latest Preact version resolves the issue - However, as mentioned below, this bug does not occur in the online REPL/CodeSandbox, only in "vanilla"...

## Why this change? The Typescript definitions for events are still painful to use, as there are many conflicts with existing UI libraries. For example, `@mui/material` is built around the...

**Describe the bug** When i use preact with a virtualized list, I found memroy not gabage collected. this may cased by a chrome issue: The MouseEventManager keeps removed DOM nodes...

11.x

Recently giving Preact 10 a try after using Preact 8 for a very long time, but having massive difficulties working with it cause of the inability to properly debug with...

question
discussion

This will align typing definitions for Ref and Forward Ref to react typing definitions.