Luke Morales

Results 49 comments of Luke Morales

> > Use `refInput` instead of `ref` > > This works for focus, but I lose the IsValid() method in a date field for example Use both refs, `refInput` to...

Experienced the same thing trying to use shared variants but changing the `defaultVariants` value for another component

I think it's good information to have in the docs, especially if this attends a unique use case. I was thinking it might be a CSS reset function that removed...

> Actually, one thing that's interesting here... in our design system, we have more heading styles than there are HTML heading tags — we have 9. So, if I make...

> In an ideal world we could even have a toggable option to automatically generate the queryKey based on the queryFn parameters, although I'm not sure how feasable that might...

> As I start to use this library, I noticed the following pattern coming up quite a bit.. > > ``` > const users = createQueryKeys('users', { > byId: ({...

> Those functions are all mutations on the object which inherently breaks the idea of a branded object which is meant to be immutable. Not all of them are mutations...

> @Pegase745 Hello! That's exactly the problem I bumped into. For me, it looks that somehow the testing library's `configure` call gets ignored (overwritten?). I had the following code in...

It's Typescript struggling to infer the type of the argument even though you're assigning a string to it. I've seen it happen outside of lib code as well, I would...

@zbeyens can you try a fresh install (removing `node_modules`)? I have a local project with `[email protected]` and I'm unable to reproduce nor has the export from `useParams` changed in the...