Add comment about 3rd party integrations

This commit is contained in:
Marvin Hagemeister
2019-07-01 23:48:52 +02:00
parent 5ec387aa82
commit 8e90194f7d
+3
View File
@@ -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;