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
+7-7
Original file line number
Diff line number
Diff line change
@@ -517,13 +517,13 @@
517
517
"529": "Expected stylesheet with precedence to not be updated to a different kind of <link>. Check the `rel`, `href`, and `precedence` props of this component. Alternatively, check whether two different <link> components render in the same slot or share the same key.%s",
518
518
"530": "The render was aborted by the server with a promise.",
519
519
"531": "react-markup is not supported outside a React Server Components environment.",
520
-
"532": "Attempted to render a Client Component from renderToMarkup. This is not supported since it will never hydrate. Only render Server Components with renderToMarkup.",
521
-
"533": "Attempted to render a Server Action from renderToMarkup. This is not supported since it varies by version of the app. Use a fixed URL for any forms instead.",
522
-
"534": "renderToMarkup should not have emitted Client References. This is a bug in React.",
523
-
"535": "renderToMarkup should not have emitted Server References. This is a bug in React.",
524
-
"536": "Cannot pass ref in renderToMarkup because they will never be hydrated.",
525
-
"537": "Cannot pass event handlers (%s) in renderToMarkup because the HTML will never be hydrated so they can never get called.",
526
-
"538": "Cannot use state or effect Hooks in renderToMarkup because this component will never be hydrated.",
520
+
"532": "Attempted to render a Client Component from renderToHTML. This is not supported since it will never hydrate. Only render Server Components with renderToHTML.",
521
+
"533": "Attempted to render a Server Action from renderToHTML. This is not supported since it varies by version of the app. Use a fixed URL for any forms instead.",
522
+
"534": "renderToHTML should not have emitted Client References. This is a bug in React.",
523
+
"535": "renderToHTML should not have emitted Server References. This is a bug in React.",
524
+
"536": "Cannot pass ref in renderToHTML because they will never be hydrated.",
525
+
"537": "Cannot pass event handlers (%s) in renderToHTML because the HTML will never be hydrated so they can never get called.",
526
+
"538": "Cannot use state or effect Hooks in renderToHTML because this component will never be hydrated.",
527
527
"539": "Binary RSC chunks cannot be encoded as strings. This is a bug in the wiring of the React streams.",
528
528
"540": "String chunks need to be passed in their original shape. Not split into smaller string chunks. This is a bug in the wiring of the React streams.",
0 commit comments