Alex Sanz

Results 4 issues of Alex Sanz

## Summary Jest 27 has limited support for ES modules. For example, it doesn't support subpath exports. From what I can see, Jest 28 now adds more support for ESM....

Place a `textarea` inside a content pane (ie. `md-content` or `md-dialog-content`). As one starts to create a very long message that span many rows and causes overflow to occur and...

type: bug
needs: investigation
- Lots of Comments
severity: inconvenient
ux: polish
P3: important
os: Windows

Create resize observer on mount instead of on module load to allow SSR when generating pages. Fixes #141

Per #139, this happens because ResizeObserver does not exist in SSR mode. I am making use of some SSR of a preview page in astro. Setting client:visible doesn't work in...