Sven

Results 20 issues of Sven

### Describe the bug It seems the react query devtools are currently not node importable. Install the devtools package and run `import("@tanstack/react-query-devtools")` in a node REPL. This fails. It can...

If I'm not mistaken, elements that have an overflow hidden (or auto, etc.) should not be taken into account when determining overflow ancestors as the following CSB shows browsers ignore...

Bug

Putting an `extends my-node-module` inside browserslist in package.json crashes wmr with the following error: ``` Error: Dynamic requires are not currently supported by @rollup/plugin-commonjs ```

- [ ] Currently works in dev mode only, prod mode requires shenanigans to create bundles

DRAFT

Add an option to preserve whitespace/indentation for certain elements. Defaults to `['pre']` **Caution** I'm not 100% sure this doesn't break pretty printing, tests seem fine though. Fixes #143

This PR aims to introduce `renderToNodeStream`. `renderToNodeStream` is especially useful when used together with `Suspense`. This will allow SSR to send HTML to the client as soon as possible. TODO:...

This introduces two workflows. Open for feedback and improvements. **push.yml** A regular CI build that runs tests. Todo - [ ] Test coverage **release-publish.yml** Triggers when a release is published...

## Rollup Plugin Name: `dynamic-import-vars` This PR contains: - [ ] bugfix - [x] feature - [ ] refactor - (not yet) documentation - [ ] other Are tests included?...

Found this while checking our code coverage report.