SolidJS: Value of input not updating when using reusable component
So I have an input that its default value is obtained from an API call
SolidJS with Material 3 Web Components
Using SolidJS, how can I properly import the official Material 3 Web Components? e.g. https://github.com/material-components/material-web/blob/main/docs/components/tabs.md
How to extend an interface with another interface depending on a property’s type?
I want to be able to add additional constraints/types to my interface when a union type property is a particular value. Is this possible in Typescript?