Skip to content

Commit

Permalink
Add comment about 3rd party integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Jul 1, 2019
1 parent 5ec387a commit 8e90194
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shells/browser/shared/src/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8e90194

Please sign in to comment.