Ericnr
Ericnr
here's the fork if anyone's interested https://github.com/Ericnr/gqtx/commit/d37c034ba29eab6f4e9ae9c0b148192d04bd5f34
Do we have any idea of what the API could look like? The easy way is to have a `@check()` attribute, and let a raw SQL string be passed as...
@s-yadav why is the `values` object not passed to onChange? Tbh I don't see why I'd even need onValueChange if the values were accessible in onChange.
The above solution seems to work until you try to add props to dynamically style the tabs. I've tried ```js const MiniTab = styled(Tab).attrs({ selectedClassName: 'selected', disabledClassName: 'disabled' })` display:...
this is very important for people trying to use PgLite for testing. We need to be able to match the way PgLite parses with the production driver
Ran into this problem when implementing modal forms too in #1741.