mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
Add built-in Suspense cache with support for invalidation (refreshing) (#20456)
This commit is contained in:
@@ -371,5 +371,6 @@
|
||||
"380": "Reading the cache is only supported while rendering.",
|
||||
"381": "This feature is not supported by ReactSuspenseTestUtils.",
|
||||
"382": "This query has received more parameters than the last time the same query was used. Always pass the exact number of parameters that the query needs.",
|
||||
"383": "This query has received fewer parameters than the last time the same query was used. Always pass the exact number of parameters that the query needs."
|
||||
"383": "This query has received fewer parameters than the last time the same query was used. Always pass the exact number of parameters that the query needs.",
|
||||
"384": "Refreshing the cache is not supported in Server Components."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user