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
I was trying to use Jsonify with a generic class and noticed things would break if I happened to pass in a type already using JsonValue or JsonObject:
// type Foo = {[x: string]: never}typeFoo=Jsonify<JsonObject>// Type instantiation is excessively deep and possibly infinite.ts(2589)typeBar=Jsonify<JsonValue>;
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
The funding will be given to active contributors.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
I was trying to use
Jsonify
with a generic class and noticed things would break if I happened to pass in a type already usingJsonValue
orJsonObject
:Upvote & Fund
The text was updated successfully, but these errors were encountered: