Ryan Christian
Ryan Christian
This has been mentioned a few times in the tutorial discussion, but I noticed we don't have an issue so it's easily forgotten. We could perhaps introduce "stages" to the...
For comparison: This PR | Existing :-------------------------:|:-------------------------:  |  Links: [This PR](https://x.com/_rschristian/status/1787870582286983347), [Existing](https://x.com/_rschristian/status/1787873787247009901) Just an idea though, happy to revert if people prefer the original.
As it's a pretty popular option (comparative to other frameworks, anyhow), I think it's worth adding a full doc for as the 1.5-ish subsections don't really do it justice, and...
Assuming I'm not being daft, `noObjectSuper` & `noUndeclaredVariablesCheck` do not seem to be a supported assumptions.
### Describe the bug Bit of a weird one, but the dev server seems to be stateful in its handling of env vars, in that you must access the the...
### Description Currently, I'm looking a CSS minification warning that looks like this: ``` warnings when minifying css: ▲ [WARNING] Unexpected "{" [css-syntax-error] :484:1: 484 │ { ╵ ^ ```...
Closes #4461, unless anyone thinks we can get away with this in a minor? Somewhat related: looks like `10.11` was skipped in the "backport" to v11 hence why we're missing...
### 🚀 Feature Proposal Publishing real ESM, rather than ESM that imports from CJS, would be really useful for `expect` as it allows it to be used in environments outside...
### Summary [`wmr` is unfortunately no longer maintained](https://github.com/preactjs/wmr?tab=readme-ov-file#wmr). It was largely extracted into Vite and it's what we (the Preact team) recommend using in its place, [via `create-preact`](https://preactjs.com/guide/v10/getting-started#create-a-vite-powered-preact-app). Prerendering is...
### Describe the bug When running a very basic Preact app (see reproduction), in FireFox (perhaps elsewhere too, unsure), users see warnings of `No sources are declared in this source...