Matt Distefano
Matt Distefano
Was looking over this code... ``` javascript export function getInputValues() { const inputs = document.querySelectorAll('input'); return Array.prototype.slice.call(inputs).map(input => input.value); } const inputs = document.querySelectorAll('input'); if ($inputs && inputs.length === $inputs.length)...
It looks like https://fontawesome.com/v5.15/how-to-use/on-the-web/other-topics/accessibility#svg-semantic has been implemented in this project via the `title` Input, but is absent from the documentation (save for an example in the demo app). Same thing...
Assume we have a reducer using tagged union types - i.e. `function reducer(state: AppState, action: ActionTypeA | ActionTypeB | ActionTypeC): AppState { return state; }` - and wanted to handle...
I logged #1147 about one issue already, and I see some really good WIP in the a11y cookbook, but I'm wondering, in general, what is the policy with regard to...
Would be nice to see the `hmrOnStatus`, `hmrOnInit`, etc hooks documented better.
### Bug description: It looks like the x-placement attribute on the dropdown menu is in some cases not getting updated in sync with positioning changes. StackBlitz shows an example of...