You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
first of all great job with the library.
I recentrly updated from 0.56.0 to 0.60.0 and suddenly keyof stopped resulting in an union and I don't understand why.
This is what the typescript interpreter in vscode gives me for the property
but after generating the schema file I get "op": { "type": ["string", "number", "object"] },
I'll be very greatful if anyone can help with this.
PS. I also tried 0.64.0 and the behaviour is the same
The text was updated successfully, but these errors were encountered:
vivdesign
changed the title
keyof doesn't product the expected union
keyof doesn't produce the expected union
Nov 8, 2024
Hello,
first of all great job with the library.
I recentrly updated from 0.56.0 to 0.60.0 and suddenly keyof stopped resulting in an union and I don't understand why.
This is what the typescript interpreter in vscode gives me for the property
but after generating the schema file I get
"op": { "type": ["string", "number", "object"] },
I'll be very greatful if anyone can help with this.
PS. I also tried 0.64.0 and the behaviour is the same
The text was updated successfully, but these errors were encountered: