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
@SimenB Hi, thanks for reporting the issue. Seems like TypeBox is tripping on TypeScript 4.5 heuristics (these compiler heuristics often change from revision to revision). I've taken a quick look at the issue, and decided to pull out Function and Constructor parameter inference for the time being as a quick fix. This should resolve this deep instantiation error.
Tried upgrading to
[email protected]
, and started getting this error.Just
import '@sinclair/typebox';
is enough, but I put together a repl.it as wellhttps://replit.com/@SimenB/TypeScritp45Typebox
The text was updated successfully, but these errors were encountered: