David Arenas
David Arenas
## What? The main goal of this refactoring is to have more control when defining state/context properties. The idea is to keep a unique [computed](https://github.com/preactjs/signals?tab=readme-ov-file#computedfn) for each of these properties...
## What? TBD ## Why? TBD ## How? TBD ## Testing Instructions TBD
## What? Fixes a bug where HTML comments appear at the end of an element (that is, they don't have a next sibling). E.g.: ```html Item 1 Item 2 ```...
## What? This PR fixes an issue in the `withScope` function when it creates wrappers around async actions and callbacks defined in a store. In particular, the wrapper passes the...
## What? Prevents duplicating nested router regions after a client-side navigation. Nested regions may appear when an interactive block with a router region (e.g., the Query block) is placed within...