mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add detach to Offscreen component (#25265)
This commit is contained in:
committed by
Rick Hanlon
parent
82b1e2c9f6
commit
073c2fa2eb
@@ -440,5 +440,6 @@
|
||||
"452": "React expected an <html> element (document.documentElement) to exist in the Document but one was not found. React never removes the documentElement for any Document it renders into so the cause is likely in some other script running on this page.",
|
||||
"453": "React expected a <head> element (document.head) to exist in the Document but one was not found. React never removes the head for any Document it renders into so the cause is likely in some other script running on this page.",
|
||||
"454": "React expected a <body> element (document.body) to exist in the Document but one was not found. React never removes the body for any Document it renders into so the cause is likely in some other script running on this page.",
|
||||
"455": "This CacheSignal was requested outside React which means that it is immediately aborted."
|
||||
}
|
||||
"455": "This CacheSignal was requested outside React which means that it is immediately aborted.",
|
||||
"456": "Calling Offscreen.detach before instance handle has been set."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user