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
We should not be using T.Object from TypeBox to parse types.
I added b6cf42e to fix the typings in such way that TypeScript would be able to detect this bug.
I highly recommend you to fix all other places using TypeBox T.Object values to use Static<typeof T> instead. But that's out of the scope of this pull request.
We should not be using T.Object from TypeBox to parse types.
I added b6cf42e to fix the typings in such way that TypeScript would be able to detect this bug.
I highly recommend you to fix all other places using TypeBox
T.Object
values to useStatic<typeof T>
instead. But that's out of the scope of this pull request.Originally posted by @bajtos in #40 (review)
The text was updated successfully, but these errors were encountered: