Raqueebuddin Aziz
Raqueebuddin Aziz
facing this exact issue with the same use case
Maybe `.raw` property on `cache` and `actions` that return the underlying function?
> I'm not sure that is enough. If that were the case you could just pull the functions out from the wrappers and reference the internal function. I think you...
Would love this as well
having the same issue with a deployement on railway
not stale, still an issue in the latest version
are there docs on the testing utility? I am looking at the test code and can't figure out how to even create a type `rootSchema` doesn't seem to take a...
No rush on this but before I try to look into the code and fix this would appreciate if you could see if I wrote the test correctly ### Test:...
- This cannot be reproduced if the `or("null")` condition is omitted in the outer object - Even though the inner default isn't being used in the repro, without it the...
leaving this as a note here, even more minimal repro ```ts it("nested morphed with unions", () => { const Box = (of: T) => ({ of }) const T =...