Stephen Koo
Stephen Koo
If this isn't a planned feature, could someone suggest what they use to automatically refresh a browser to reflect the latest changes?
I think air & fresh does this: https://github.com/pilu/fresh https://github.com/cosmtrek/air Edit: Just tested air, it doesn't seem to do this. Best resource I've found is: - https://github.com/markvincze/golang-reload-browser and - BrowserSync +...
Related question - I want to get the prop types for `Dialog.Panel` to use on a wrapper component, but using `React.ComponentPropsWithoutRef` like suggested in the [React-Typescript cheatsheet](https://react-typescript-cheatsheet.netlify.app/docs/advanced/patterns_by_usecase/#wrappingmirroring-a-html-element) produces a `{}`...
Hey @mattpilott, curious why you closed this. I, too, would like to `toHslString` & `toRgbString` to use modern syntax
@ljharb I'm keen to learn a better way besides polymorphic components to address the use case of easily passing style-related props to any html element, if you're aware of better...
Thanks. If what you mean by schema is the JSON schema for amending the plugin, how's this: ``` { "settings": { "jsx-a11y": { "polymorphicComponents": [ { "components": ["Text", "AnotherPolymorphicComponent"], "prop":...