Replies: 1 comment 13 replies
-
@giulioz I remember you said we were fine with retrocompat with TS < 4, mind giving this a look? |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just posting this here in case it helps somebody.
I tried upgrading to v5, but I'm getting a TypeScript error in
components/generated.d.ts
. This file uses the new labeled tuple elements syntax available in TS v4, so it's not compatible with the version of TypeScript I'm using (and stuck on for now), v3.9.You may want to mention this in the release notes.
Beta Was this translation helpful? Give feedback.
All reactions