# Drop Parent Error from Excess Property Errors https://github.com/microsoft/TypeScript/pull/55152 * Bad from a UX experience - nobody cares about the other N properties. * You still need some context; for example. * Overloads. * Union types? * Had an idea to just say "this object" whenever we issue this error. * This PR is better * But could do that in other places whenever there's a fresh object literal. * Conclusion: Add a test case, get reviews.
Drop Parent Error from Excess Property Errors
#55152