We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
TypeScript global functions crash again It was described in this issue: #1106
It has been fixed on 28.9 with this commit by downgrading the TypeScript from 4.8 to 4.7: #1107
However on 1.9 this modification upgraded from 4.7.4 to 4.8.2 again which caused the same failure with TypeScript global functions: 36959b2
Expected behavior
TypeScript global functions should not crash
Suggested solution
Downgrade TypeScript to 4.7
The text was updated successfully, but these errors were encountered:
Yes fix will come soon ...
Sorry, something went wrong.
6.0.2 on it's way to Beta
I think this could be unpinned
No branches or pull requests
Describe the bug
TypeScript global functions crash again
It was described in this issue: #1106
It has been fixed on 28.9 with this commit by downgrading the TypeScript from 4.8 to 4.7:
#1107
However on 1.9 this modification upgraded from 4.7.4 to 4.8.2 again which caused the same failure with TypeScript global functions:
36959b2
Expected behavior
TypeScript global functions should not crash
Suggested solution
Downgrade TypeScript to 4.7
The text was updated successfully, but these errors were encountered: