-
Notifications
You must be signed in to change notification settings - Fork 202
TypeScript compiler error that breaks transitions in tutorials. #1128
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
Comments
Issue seems to be the addition of a new import to |
Maybe related to microsoft/TypeScript#52636? |
This was referenced May 24, 2023
I've manually verified that both google/playground-elements#369 and upgrading Is there a preference for which should be tackled? We'll probably want to update the bundled TypeScript within playground-elements to TS 5 eventually. |
AndrewJakubowicz
added a commit
that referenced
this issue
May 25, 2023
AndrewJakubowicz
added a commit
that referenced
this issue
May 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found while manually testing out the whole site #1127. Then confirmed the issue is in production.
Impact of issue is that while navigating the Learn tutorials a certain section may break and stop working until the user refreshes the page.
I have not root caused the issue, and why it appears on only certain tutorials and certain direction navigations.
Repros
Every other tutorial does not have this issue. (Manually checked both forward and backwards navigation).
Investigation
The error message matches microsoft/TypeScript#49738. A possible solution may be updating TypeScript.
I am not able to reproduce this issue on local dev, only preview environments and production.A repro is possible on Firefox.
The text was updated successfully, but these errors were encountered: