Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade @sinclair/typebox to avoid TS error in 4.5+ #18

Closed
rezonant opened this issue Mar 25, 2022 · 2 comments
Closed

Upgrade @sinclair/typebox to avoid TS error in 4.5+ #18

rezonant opened this issue Mar 25, 2022 · 2 comments

Comments

@rezonant
Copy link

rezonant commented Mar 25, 2022

node_modules/@rweich/streamdeck-events/node_modules/@sinclair/typebox/typebox.d.ts:224:104 - error TS2589: Type instantiation is excessively deep and possibly infinite.

sinclairzx81/typebox#119 (comment)

There are two different versions of typebox in the package tree, one should be new enough to avoid and one isn't:

> npm ls @sinclair/typebox
`-- @rweich/[email protected]
  +-- @rweich/[email protected]
  | `-- @sinclair/[email protected]
  `-- @sinclair/[email protected]
@rweich
Copy link
Owner

rweich commented Mar 29, 2022

hey there,

thanks for reporting!
I can't reproduce this error. Where/how do you get this?

@rweich
Copy link
Owner

rweich commented Mar 30, 2022

updated typebox in rweich/streamdeck-events#24

should be fixed - but i can't validate

@rweich rweich closed this as completed Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants