mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e1cfa419d3
`item` is an object, so it is stringified to `[object Object]`. Using its `name` property produces a more meaningful message. PR Close #31611