From baac1dcc52cbb05b3733182930378de6ca22229d Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Mon, 5 Aug 2019 14:00:18 -0700 Subject: [PATCH] Inline package tweaks: * Ignore messages from the DevTools browser extension. * Cleanup/clarify README --- packages/react-devtools-inline/README.md | 22 ++++++++++++------- .../react-devtools-inline/src/frontend.js | 6 ++++- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/packages/react-devtools-inline/README.md b/packages/react-devtools-inline/README.md index c678f2c5f0687..23db9ca30ff8b 100644 --- a/packages/react-devtools-inline/README.md +++ b/packages/react-devtools-inline/README.md @@ -74,6 +74,8 @@ const { contentWindow } = iframe; initializeBackend(contentWindow); // React application can be injected into