mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
Add getInspectorDataForViewAtPoint (take two) (#18388)
* Add getInspectorDataForViewAtPoint (take two) * Updates from review * Add DEV to dev-only variable * Missed this rename
This commit is contained in:
@@ -351,5 +351,6 @@
|
||||
"350": "Cannot read from mutable source during the current render without tearing. This is a bug in React. Please file an issue.",
|
||||
"351": "Unsupported type.",
|
||||
"352": "React Blocks (and Lazy Components) are expected to be replaced by a compiler on the server. Try configuring your compiler set up and avoid using React.lazy inside of Blocks.",
|
||||
"353": "A server block should never encode any other slots. This is a bug in React."
|
||||
"353": "A server block should never encode any other slots. This is a bug in React.",
|
||||
"354": "getInspectorDataForViewAtPoint() is not available in production."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user