From 8e90194f7d38136be48bfebc8fc3c45d88dbc2d6 Mon Sep 17 00:00:00 2001 From: Marvin Hagemeister Date: Mon, 1 Jul 2019 23:48:52 +0200 Subject: [PATCH] Add comment about 3rd party integrations --- shells/browser/shared/src/renderer.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shells/browser/shared/src/renderer.js b/shells/browser/shared/src/renderer.js index 98e7a0d488636..0a0e74808efd0 100644 --- a/shells/browser/shared/src/renderer.js +++ b/shells/browser/shared/src/renderer.js @@ -15,6 +15,9 @@ Object.defineProperty( '__REACT_DEVTOOLS_ATTACH__', ({ enumerable: false, + // This property needs to be configurable to allow third-party integrations + // to attach their own renderer. Note that using third-party integrations + // is not officially supported. Use at your own risk. configurable: true, get() { return attach;