Crash on 'extract type' for deep recursive mapped type #48405
Labels
Bug
A bug in TypeScript
Domain: Refactorings
e.g. extract to constant or function, rename symbol
Fix Available
A PR has been opened for this issue
Help Wanted
You can do this
Milestone
Probably the same as #47887
Select
{ [K in keyof T]: Expand<T[K]> }
and try to apply the extract type refactoring.The text was updated successfully, but these errors were encountered: