We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 844cdb2 + 8e90194 commit 39a811dCopy full SHA for 39a811d
1 file changed
shells/browser/shared/src/renderer.js
@@ -15,6 +15,10 @@ Object.defineProperty(
15
'__REACT_DEVTOOLS_ATTACH__',
16
({
17
enumerable: false,
18
+ // This property needs to be configurable to allow third-party integrations
19
+ // to attach their own renderer. Note that using third-party integrations
20
+ // is not officially supported. Use at your own risk.
21
+ configurable: true,
22
get() {
23
return attach;
24
},
0 commit comments