mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
236d6d4946
The "Log to console" button in the prop-actions-menu component incorrectly logs the entire props object rather than the value of the individual prop with which the button is associated. Passing the `node` to the logValue function fixes the prop lookup logic and logs the appropriate prop value to the console.