-
**Edit: make sure to check my security issue comment here**: https://github.com/preactjs/compressed-size-action/issues/54#issuecomment-789661178
---
When using pull_request_target, the action co…
-
## Steps to reproduce
1. Clone https://github.com/preactjs/preact
2. Run `npm i`
3. Run `DENO_FUTURE=1 deno task lint`
## Error
```sh
DENO_FUTURE=1 deno-git task lint
Task lint run-s esli…
-
I opened https://material.preactjs.com/ in Firefox and… it’s kind of broken. Clicking on the home drawer doesn’t do anything and there is no error in the console.
Opening a link such as https://mat…
-
Cross posting this from an issue I raised here: https://github.com/preactjs/enzyme-adapter-preact-pure/issues/61
Picostyle expects the render function to be called with the second argument being th…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```
Operating System:
Platform: linux
…
-
Hey :)
im testing preact with next.js and its ok. but when i tried to add some dependency(react-hook-form) and build
"Cannot read property '__H' of undefined" appears!
- preactjs + react-hook…
-
At [https://preactjs.com/guide/v10/getting-started#getting-ready-for-development](https://preactjs.com/guide/v10/getting-started#getting-ready-for-development), it says, "Now you're ready to develop y…
-
### Reproduction
demo: https://codesandbox.io/s/framer-motion-preact-forked-ip6tb?file=/app.js
### Steps to reproduce
Click on the square blue box
### Expected Behavior
The box shou…
-
The current implementation of `useSignal` uses `useMemo`.
https://github.com/preactjs/signals/blob/325499cf29d65c23a426751965ea241a27281472/packages/react/src/index.ts#L217-L219
[React document]…
-
When using Preact `render-to-string`, Goober's cache grows indefinitely. There is a "global" object (well, module scoped) used to memoize "compiled object" -> "classname/hash" **and** "classname/hash…