You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/error-codes/codes.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -432,5 +432,7 @@
432
432
"444": "getResource encountered a resource type it did not expect: \"%s\". this is a bug in React.",
433
433
"445": "\"currentResources\" was expected to exist. This is a bug in React.",
434
434
"446": "\"resourceRoot\" was expected to exist. This is a bug in React.",
435
-
"447": "While attempting to insert a Resource, React expected the Document to contain a head element but it was not found."
435
+
"447": "While attempting to insert a Resource, React expected the Document to contain a head element but it was not found.",
436
+
"448": "createPortal was called on the server. Portals are not currently supported on the server. Update your program to conditionally call createPortal on the client only.",
437
+
"449": "flushSync was called on the server. This is likely caused by a function being called during render or in module scope that was intended to be called from an effect or event handler. Update your to not call flushSync no the server."
0 commit comments