Results 9 issues of Emmanuel

Nothing too crucial, but just wanted to note version declaration is not consistent. Latest package version states `0.1.6`, but the plugin is registered as version `0.1.4`: https://github.com/liabru/matter-attractors/blob/c470ed42e279a2a4d248e984d78a9e20ac374855/build/matter-attractors.js#L107

**Describe the bug** Applying OverlayScrolls to a `form` element containing `fieldset`s transfers the scroll handling to the children `fieldset` elements, as in it creates unwarranted instances for each `fieldset` rather...

First of all, thanks for developing this wonderful tool! On the issue: when using the package in a browser project with webpack, in our case Angular, and importing it with...

### Describe the problem After the recent update touching a11y, dynamic elements (``) often end up coated with warnings that are not valid based on the possible element outcome, breaking...

# Feature request ## Is your feature request related to a problem? Please describe. Not really a problem, but more of a consistency concern. Is there a reason why the...

enhancement

This is simply to propose the addition of a new action for the community, feel free to close or delete this issue if you think this is not a worthy...

### Type description + examples With typescript now supporting predicate inference for guard functions without the need for explicitly specifying a `is` clause, it could be interesting to provide a...

type addition

Feature description This package is proving itself quite useful when working with next-js form actions, but recently I came across a tiny roadbump when working with ``/ `` fields and...

Plugins can transform the parsed frontmatter by tapping into the unified VFile's `data.fm` prop. Nicely enough, the modifications will then be persisted in the `metadata` export. But [the serialization of...