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

└──( nr test:karma:bench yarn run v1.22.19 $ cross-env PERFORMANCE=true COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=test/benchmarks/text.test.js --single-run START: 02 02 2024 22:44:57.598:INFO [esbuild]: Compiling... Browserslist: caniuse-lite is outdated. Please run: npx...

needs-more-info

This should fix [#4161](https://github.com/preactjs/preact/issues/4161). The idea is to use a global counter that will increment on event dispatch only, so it’s less likely that the globalCounter will overflow and the...

I used preact and react-modal to implement a Modal. A child component of Reacts-Modal is implemented by preact, and using hooks in a child component prompts an error This is...

- [x] Check if updating to the latest Preact version resolves the issue No **Describe the bug** A clear and concise description of what the bug is. Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package...

wontfix

- [x] Check if updating to the latest Preact version resolves the issue ## Describe the bug Moving children with a `key` attribute can cause a focused element in the...

wontfix

Fixes #4085 Prevent us from registering functions on custom-elements when the property starts with `on`

- [x] Check if updating to the latest Preact version resolves the issue **Describe the bug** I'm using a custom web component called `my-tooltip` and there's a boolean attribute called...

**Describe the bug** I try to port [Radix UI](https://www.radix-ui.com/primitives/docs/components/select) to preact & Fresh See : - [Repo](https://github.com/hapaxlife/test-fresh-radix-ui) - [Live page]( https://radixui.hapaxlife.com/test) Every components work except **Select** which freeze the page...

- [x] Check if updating to the latest Preact version resolves the issue **Describe the bug** In test scenarios, on a fast machine, it's possible for preact rendering and a...