Eric Skram
Eric Skram
@proddam how do you keep the dropdown open using your workaround? As soon as I `.blur()` the select it closes the options menu.
Hey @anthonyma94 I figured out a workaround to this! https://github.com/colinhacks/zod/issues/200 led me in the right direction, which is extending the inference via an *interface* instead of a *type* declaration. Eg:...
Yeah I'm not sure about `data` (maybe that's the response data for doing optimistic updates?), but `loading` and `error` would be extremely helpful.
I just tried @mateusznowosielski's solution and the `expect` call within the async function isn't even being called for me. Is there anything super obvious that I'm doing wrong? ```jsx it("renders...