-
As I understand it tests like "create many rows" measure the entire change, not just how long it took for the javascript to execute, but also how long it took for style recalculations, layout recalcul…
-
I like to unwrap stores for logging to the console as the Proxies require a couple extra clicks to see the value. So I'm using `store.unwrap` but doesn't appear to be part present on the `store` type.…
-
https://codesandbox.io/s/voby-demo-clock-forked-z5c9sz?file=/src/index.tsx
Similar bug on Solidjs as 1835
I have a feeling I may not be using Voby correctly though but removing the () in JSX doe…
-
@mmichlin66 reported that mimbl might be flagged incorrectly.
The flag was added in #1142 after a manual check.
I thought about creating an automated check. The idea would be to serve the index.…
-
**_For CodeDay Labs students only, do not assign to anyone else_**
The function `h` in `/million/packages/jsx-runtime/index.ts` has the following code:
```jsx
import type { Props, VNode } from …
-
The current.html table seems to show results from a few updates ago.
-
**Describe the bug**
There's a mismatch between what I get with HappyDOM, and what I get with LinkedDOM or the actual DOM, so I'm pretty sure there's some bug in HappyDOM somewhere.
**To Reprodu…
-
Hello, for many use cases having a true HMR would be amazing. Direct manipulation editors for example.
> `VOBY_HMR`: If `true`, then Voby will catch errors that happen during diffing and log them …
-
Hi, it seems children routes are not working at all. I tested both static and dynamic routes but no luck. Defining at top level works.
Reproduction: https://stackblitz.com/edit/vitejs-vite-ms9fna?f…
-
### Describe the bug
If children of suspense is a function they never resolve. Here are some links with a weird fix for it that renders the child but not the fallback, and one where it fixes both. …