-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
refactor(playground): kill ts-ignore #5342
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thanks for this @agriffis! Would you mind fixing the conflict and I can merge this in. |
43eb332
to
edb9d85
Compare
@thegreatercurve Done. Note that this commit affects a file that should actually be deleted, see #5237 (comment) but merging this doesn't prevent that, it's just a question of ordering. 🤷 |
In fact, the reason the other PR went through cleanly was because |
Blech, I'll just update this PR to delete the file |
This was missed in facebook#5237 because of ts-ignore.
Replace with ts-expect-error where still needed.
edb9d85
to
150354f
Compare
Ok all set |
@thegreatercurve This has two commits now so it should be clear what's going on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
Replace with ts-expect-error where still needed.