mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add comment about 3rd party integrations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user