react-native icon indicating copy to clipboard operation
react-native copied to clipboard

Fix order of Metro hotkey console messages

Open EdmondChuiHW opened this issue 1 year ago • 1 comments

Summary: Changelog: [General][Fixed] Fix order of Metro hotkey console messages

Existing

Key handler is printing messages to the console after it has been processed, this causes error messages to appear before the info message.

In this PR

The info messages are logged before the event is processed.

Differential Revision: D53479732

EdmondChuiHW avatar Feb 06 '24 16:02 EdmondChuiHW

This pull request was exported from Phabricator. Differential Revision: D53479732

facebook-github-bot avatar Feb 06 '24 16:02 facebook-github-bot

This pull request was exported from Phabricator. Differential Revision: D53479732

facebook-github-bot avatar Feb 07 '24 15:02 facebook-github-bot

This pull request has been merged in facebook/react-native@635732aa8fedc241d94eb1610dd58635f597b07d.

facebook-github-bot avatar Feb 07 '24 15:02 facebook-github-bot