"13":"ReactShallowRenderer render(): Shallow rendering works only with custom components, not primitives (%s). Instead of calling `.render(el)` and inspecting the rendered output, look at `el.props` directly instead.",
"14":"TestUtils.Simulate expects a component instance and not a ReactElement.TestUtils.Simulate will not work if you are using shallow rendering.",
"42":"You're trying to render a component to the document using server rendering but the checksum was invalid. This usually means you rendered a different component type or props on the client from the one on the server, or your render() methods are impure. React cannot handle this case due to cross-browser quirks by rendering at the document root. You should look for environment dependent code in your components and ensure the props are the same client and server side:\n%s",
"43":"You're trying to render a component to the document but you didn't use server rendering. We can't do this without using server rendering due to cross-browser quirks. See ReactDOMServer.renderToString() for server rendering.",
"44":"findDOMNode was called on an unmounted component.",
"45":"Element appears to be neither ReactComponent nor DOMNode (keys: %s)",
"46":"renderToString(): You must pass a valid ReactElement.",
"47":"renderToStaticMarkup(): You must pass a valid ReactElement.",
"48":"You're trying to inject DOM property '%s' which has already been injected. You may be accidentally injecting the same DOM property config twice, or you may be injecting two configs that have conflicting property names.",
"51":"Cannot render markup in a worker thread. Make sure `window` and `document` are available globally before requiring React when unit testing or use ReactDOMServer.renderToString for server rendering.",
"56":"Cannot render markup in a worker thread. Make sure `window` and `document` are available globally before requiring React when unit testing or use ReactDOMServer.renderToString() for server rendering.",
"57":"Missing markup.",
"58":"Cannot replace markup of the <html> node. This is because browser quirks make this unreliable and/or slow. If you want to render to the root you must use server rendering. See ReactDOMServer.renderToString().",
"61":"`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.",
"62":"The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.",
"66":"<%s> tried to unmount. Because of cross-browser quirks it is impossible to unmount some top-level components (eg <html>, <head>, and <body>) reliably and efficiently. To fix this, have a single top-level component that never unmounts render these elements.",
"67":"Missing closing comment for text component %s",
"68":"Expected devtool events to fire for the child before its parent includes it in onSetChildren().",
"69":"Expected onSetDisplayName() to fire for the child before its parent includes it in onSetChildren().",
"70":"Expected onSetChildren() or onSetText() to fire for the child before its parent includes it in onSetChildren().",
"71":"Expected onMountComponent() to fire for the child before its parent includes it in onSetChildren().",
"72":"Expected onSetParent() and onSetChildren() to be consistent (%s has parents %s and %s).",
"73":"ReactClassInterface: You are attempting to override `%s` from your class specification. Ensure that your method names do not overlap with React methods.",
"74":"ReactClassInterface: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",
"75":"ReactClass: You're attempting to use a component class or function as a mixin. Instead, just use a regular object.",
"76":"ReactClass: You're attempting to use a component as a mixin. Instead, just use a regular object.",
"77":"ReactClass: Unexpected spec policy %s for key %s when mixing in component specs.",
"78":"ReactClass: You are attempting to define a reserved property, `%s`, that shouldn't be on the \"statics\" key. Define it as an instance property instead; it will still be accessible on the constructor.",
"79":"ReactClass: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",
"81":"mergeIntoWithNoDuplicateKeys(): Tried to merge two objects with the same key: `%s`. This conflict may be due to a mixin; in particular, this may be caused by two getInitialState() or getDefaultProps() methods returning objects with clashing keys.",
"82":"%s.getInitialState(): must return an object or null",
"87":"Cannot provide a checkedLink and a valueLink. If you want to use checkedLink, you probably don't want to use valueLink and vice versa.",
"88":"Cannot provide a valueLink and a value or onChange event. If you want to use value or onChange, you probably don't want to use valueLink.",
"89":"Cannot provide a checkedLink and a checked property or onChange event. If you want to use checked or onChange, you probably don't want to use checkedLink",
"90":"ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.",
"91":"`dangerouslySetInnerHTML` does not make sense on <textarea>.",
"92":"If you supply `defaultValue` on a <textarea>, do not pass children.",
"93":"<textarea> can only have at most one child.",
"94":"Expected %s listener to be a function, instead got type %s",
"95":"processEventQueue(): Additional events were enqueued while processing an event queue. Support for this has not yet been implemented.",
"96":"EventPluginRegistry: Cannot inject event plugins that do not exist in the plugin ordering, `%s`.",
"97":"EventPluginRegistry: Event plugins must implement an `extractEvents` method, but `%s` does not.",
"98":"EventPluginRegistry: Failed to publish event `%s` for plugin `%s`.",
"119":"Only a ReactOwner can have refs. You might be adding a ref to a component that was not created inside a component's `render` method, or you have multiple copies of React loaded (details: https://react.dev/link/refs-must-have-owner).",
"120":"Only a ReactOwner can have refs. You might be removing a ref to a component that was not created inside a component's `render` method, or you have multiple copies of React loaded (details: https://react.dev/link/refs-must-have-owner).",
"149":"Element ref was specified as a string (%s) but no owner was set. You may have multiple copies of React loaded. (details: https://react.dev/link/refs-must-have-owner).",
"157":"Invalid type of work. This error is likely caused by a bug in React. Please file an issue.",
"158":"There must be pending props for an initial mount. This error is likely caused by a bug in React. Please file an issue.",
"159":"There should always be pending or memoized props. This error is likely caused by a bug in React. Please file an issue.",
"160":"Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.",
"161":"Invalid host parent fiber. This error is likely caused by a bug in React. Please file an issue.",
"162":"This should have a text node initialized. This error is likely caused by a bug in React. Please file an issue.",
"163":"This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.",
"164":"A coroutine cannot have host component children.",
"165":"Should be resolved by now. This error is likely caused by a bug in React. Please file an issue.",
"166":"We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.",
"167":"An indeterminate component should have become determinate before completing. This error is likely caused by a bug in React. Please file an issue.",
"168":"Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.",
"169":"Expected to have an instance by this point. This error is likely caused by a bug in React. Please file an issue.",
"170":"Expected subtree parent to be a mounted class component. This error is likely caused by a bug in React. Please file an issue.",
"171":"Found unexpected detached subtree parent. This error is likely caused by a bug in React. Please file an issue.",
"172":"The custom dialog was already injected.",
"173":"Injected showDialog() must be a function.",
"174":"Expected host context to exist. This error is likely caused by a bug in React. Please file an issue.",
"175":"Expected prepareToHydrateHostInstance() to never be called. This error is likely caused by a bug in React. Please file an issue.",
"176":"Expected prepareToHydrateHostTextInstance() to never be called. This error is likely caused by a bug in React. Please file an issue.",
"182":"performWork was called recursively. This error is likely caused by a bug in React. Please file an issue.",
"183":"Should have found an error boundary. This error is likely caused by a bug in React. Please file an issue.",
"184":"No error for given unit of work. This error is likely caused by a bug in React. Please file an issue.",
"185":"Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.",
"186":"Task updates can only be scheduled as a nested update or inside batchedUpdates.",
"187":"flushSync was called from inside a lifecycle method. It cannot be called when React is already rendering.",
"188":"Unable to find node on an unmounted component.",
"189":"Child was not found in either parent set. This indicates a bug in React related to the return pointer. Please file an issue.",
"190":"Return fibers should always be each others' alternates. This error is likely caused by a bug in React. Please file an issue.",
"191":"Invalid argument passed as callback. Expected a function. Instead received: %s",
"192":"React depends on requestAnimationFrame. Make sure that you load a polyfill in older browsers.",
"193":"The server renderer does not implement support for array children yet.",
"194":"Fiber needs to be injected to handle a fiber target for controlled events. This error is likely caused by a bug in React. Please file an issue.",
"195":"The internal instance must be a React host component. This error is likely caused by a bug in React. Please file an issue.",
"196":"Missing injection for fiber getContextForSubtree",
"197":"Injected invokeGuardedCallback() must be a function.",
"207":"ReactDOMServer.renderToNodeStream(): The streaming API is not available in the browser. Use ReactDOMServer.renderToString() instead.",
"208":"ReactDOMServer.renderToStaticNodeStream(): The streaming API is not available in the browser. Use ReactDOMServer.renderToStaticMarkup() instead.",
"226":"Unsupported component type %s in test renderer. This is probably a bug in React.",
"227":"ReactDOM was loaded before React. Make sure you load the React package before loading ReactDOM.",
"228":"TestUtils.Simulate expected a DOM node as the first argument but received a React element. Pass the DOM node you wish to simulate the event on instead. Note that TestUtils.Simulate will not work if you are using shallow rendering.",
"229":"TestUtils.Simulate expected a DOM node as the first argument but received a component instance. Pass the DOM node you wish to simulate the event on instead.",
"230":"_processChildContext is not available in React 16+. This likely means you have multiple copies of React and are attempting to nest a React 15 tree inside a React 16 tree using unstable_renderSubtreeIntoContainer, which isn't supported. Try to make sure you have only one copy of React (and ideally, switch to ReactDOM.unstable_createPortal).",
"231":"Expected `%s` listener to be a function, instead got a value of `%s` type.",
"232":"_processChildContext is not available in React 16+. This likely means you have multiple copies of React and are attempting to nest a React 15 tree inside a React 16 tree using unstable_renderSubtreeIntoContainer, which isn't supported. Try to make sure you have only one copy of React (and ideally, switch to ReactDOM.createPortal).",
"234":"Event cannot be both direct and bubbling: %s",
"235":"Persistent reconciler is disabled.",
"236":"Noop reconciler is disabled.",
"237":"Mutating reconciler is disabled.",
"238":"Task updates can only be scheduled as a nested update or inside batchedUpdates. This error is likely caused by a bug in React. Please file an issue.",
"239":"Measure not implemented yet",
"240":"Text components are not supported for now.",
"249":"ReactShallowRenderer render(): Shallow rendering works only with custom components, but the provided element type was `%s`.",
"250":"batch.render: Cannot render a batch that already committed.",
"251":"batch.commit: Cannot commit a batch multiple times.",
"252":"The `document` global was defined when React was initialized, but is not defined anymore. This can happen in a test environment if a component schedules an update from an asynchronous callback, but the test has already finished running. To solve this, you can either unmount the component at the end of your test (and ensure that any asynchronous operations get canceled in `componentWillUnmount`), or you can change the test itself to be asynchronous.",
"253":"work.commit(): Cannot commit while already rendering. This likely means you attempted to commit from inside a lifecycle method.",
"254":"Element ref was specified as a string (%s) but no owner was set. This could happen for one of the following reasons:\n1. You may be adding a ref to a functional component\n2. You may be adding a ref to a component that was not created inside a component's render method\n3. You have multiple copies of React loaded\nSee https://react.dev/link/refs-must-have-owner for more information.",
"260":"Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: %s.",
"261":"Cannot commit an incomplete root. This error is likely caused by a bug in React. Please file an issue.",
"262":"Expired work should have completed. This error is likely caused by a bug in React. Please file an issue.",
"263":"dispatch: Cannot dispatch during the render phase.",
"264":"An error logging effect should not have been scheduled if no errors were captured. This error is likely caused by a bug in React. Please file an issue.",
"269":"Profiler must specify an \"id\" string and \"onRender\" function as props",
"270":"The current renderer does not support persistence. This error is likely caused by a bug in React. Please file an issue.",
"271":"Failed to replay rendering after an error. This is likely caused by a bug in React. Please file an issue with a reproducing case to help us find it.",
"273":"Nesting of <View> within <Text> is not currently supported.",
"274":"Text strings must be rendered within a <Text> component.",
"277":"Context.unstable_read(): Context can only be read while React is rendering, e.g. inside the render method or getDerivedStateFromProps.",
"278":"unstable_createRoot(...): Target container is not a DOM element.",
"279":"Trying to release an event instance into a pool of a different type.",
"280":"setRestoreImplementation() needs to be called to handle a target for controlled events. This error is likely caused by a bug in React. Please file an issue.",
"281":"Finished root should have a work-in-progress. This error is likely caused by a bug in React. Please file an issue.",
"282":"If the root does not have an updateQueue, we should have already bailed out. This error is likely caused by a bug in React. Please file an issue.",
"283":"Element type is invalid. Received a promise that resolves to: %s. Promise elements must resolve to a class or function.",
"287":"It is not supported to run the profiling version of a renderer (for example, `react-dom/profiling`) without also replacing the `schedule/tracking` module with `schedule/tracking-profiling`. Your bundler might have a setting for aliasing both modules. Learn more at https://react.dev/link/profiling",
"288":"It is not supported to run the profiling version of a renderer (for example, `react-dom/profiling`) without also replacing the `schedule/tracing` module with `schedule/tracing-profiling`. Your bundler might have a setting for aliasing both modules. Learn more at https://react.dev/link/profiling",
"290":"Element ref was specified as a string (%s) but no owner was set. This could happen for one of the following reasons:\n1. You may be adding a ref to a function component\n2. You may be adding a ref to a component that was not created inside a component's render method\n3. You have multiple copies of React loaded\nSee https://react.dev/link/refs-must-have-owner for more information.",
"297":"The matcher `unstable_toHaveYielded` expects an instance of React Test Renderer.\n\nTry: expect(ReactTestRenderer).unstable_toHaveYielded(expectedYields)",
"298":"Hooks can only be called inside the body of a function component.",
"302":"It is not supported to run the profiling version of a renderer (for example, `react-dom/profiling`) without also replacing the `scheduler/tracing` module with `scheduler/tracing-profiling`. Your bundler might have a setting for aliasing both modules. Learn more at https://react.dev/link/profiling",
"304":"Maximum number of concurrent React renderers exceeded. This can happen if you are not properly destroying the Readable provided by React. Ensure that you call .destroy() on it if you no longer want to read from it, and did not read to the end. If you use .pipe() this should be automatic.",
"308":"Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().",
"309":"Function components cannot have string refs. We recommend using useRef() instead. Learn more about using refs safely here: https://react.dev/link/strict-mode-string-ref",
"321":"Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:\n1. You might have mismatching versions of React and the renderer (such as React DOM)\n2. You might be breaking the Rules of Hooks\n3. You might have more than one copy of React in the same app\nSee https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.",
"342":"A React component suspended while rendering, but no fallback UI was specified.\n\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display.",
"355":"The object passed back from useOpaqueIdentifier is meant to be passed through to attributes only. Do not read the value directly. (TODO: This feature was never released so we should be able to remove this error from the map.)",
"374":"Event handlers cannot be passed to Client Component props.%s\nIf you need interactivity, consider converting part of this to a Client Component.",
"375":"Functions cannot be passed directly to Client Components unless you explicitly expose it by marking it with \"use server\". Or maybe you meant to call this function rather than return it.%s",
"376":"Only global symbols received from Symbol.for(...) can be passed to Client Components. The symbol Symbol.for(%s) cannot be found among global symbols.%s",
"377":"BigInt (%s) is not yet supported in Client Component props.%s",
"378":"Type %s is not supported in Client Component props.%s",
"379":"Refs cannot be used in Server Components, nor passed to Client Components.",
"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.",
"411":"%s suspended while rendering, but no fallback UI was specified.\n\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display.",
"412":"Connection closed.",
"413":"Expected finished root and lanes to be set. This is a bug in React.",
"414":"Did not expect this call in production. This is a bug in React. Please file an issue.",
"415":"Error parsing the data. It's probably an error code or network corruption.",
"418":"Hydration failed because the server rendered %s didn't match the client. As a result this tree will be regenerated on the client. This can happen if a SSR-ed Client Component used:\n\n- A server/client branch `if (typeof window !== 'undefined')`.\n- Variable input such as `Date.now()` or `Math.random()` which changes each time it's called.\n- Date formatting in a user's locale which doesn't match the server.\n- External changing data without sending a snapshot of it along with the HTML.\n- Invalid HTML tag nesting.\n\nIt can also happen if the client has a browser extension installed which messes with the HTML before React loaded.\n\nhttps://react.dev/link/hydration-mismatch%s",
"421":"This Suspense boundary received an update before it finished hydrating. This caused the boundary to switch to client rendering. The usual way to fix this is to wrap the original update in startTransition.",
"424":"This root received an early update, before anything was able hydrate. Switched the entire root to client rendering.",
"425":"Text content does not match server-rendered HTML.",
"426":"A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.",
"427":"useServerContext expects a context created with React.createServerContext",
"428":"useServerContext is only supported while rendering.",
"429":"ServerContext: %s already defined",
"430":"ServerContext can only have a value prop and children. Found: %s",
"435":"Unexpected Suspense handler tag (%s). This is a bug in React.",
"436":"Stylesheet resources need a unique representation in the DOM while hydrating and more than one matching DOM Node was found. To fix, ensure you are only rendering one stylesheet link with an href attribute of \"%s\".",
"441":"An error occurred in the Server Components render. The specific message is omitted in production builds to avoid leaking sensitive details. A digest property is included on this error instance which may provide additional details about the nature of the error.",
"442":"The current renderer does not support Resources. This error is likely caused by a bug in React. Please file an issue.",
"443":"acquireResource encountered a resource type it did not expect: \"%s\". this is a bug in React.",
"447":"While attempting to insert a Resource, React expected the Document to contain a head element but it was not found.",
"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.",
"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.",
"450":"The current renderer does not support Singletons. This error is likely caused by a bug in React. Please file an issue.",
"451":"resolveSingletonInstance was called with an element type that is not supported. This is a bug in React.",
"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.",
"460":"Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use`.",
"461":"This is not a real error. It's an implementation detail of React's selective hydration feature. If this leaks into userspace, it's a bug in React. Please file an issue.",
"465":"enableFizzExternalRuntime without enableFloat is not supported. This should never appear in production, since it means you are using a misconfigured React bundle.",
"468":"getNodesForType encountered a type it did not expect: \"%s\". This is a bug in React.",
"469":"Client Functions cannot be passed directly to Server Functions. Only Functions passed from the Server can be passed back again.",
"470":"Only global symbols received from Symbol.for(...) can be passed to Server Functions. The symbol Symbol.for(%s) cannot be found among global symbols.",
"471":"BigInt (%s) is not yet supported as an argument to a Server Function.",
"472":"Type %s is not supported as an argument to a Server Function.",
"473":"React doesn't accept base64 encoded file uploads because we don't except form data passed from a browser to ever encode data that way. If that's the wrong assumption, we can easily fix it.",
"477":"React Internal Error: processHintChunk is not implemented for Native-Relay. The fact that this method was called means there is a bug in React.",
"482":"An unknown Component is an async Client Component. Only Server Components can be async at the moment. This error is often caused by accidentally adding `'use client'` to a module that was originally written for the server.",
"483":"Hooks are not supported inside an async component. This error is often caused by accidentally adding `'use client'` to a module that was originally written for the server.",
"489":"Expected the resume to render <%s> in this slot but instead it rendered <%s>. The tree doesn't match so React will fallback to client rendering.",
"490":"Expected the resume to render <%s> in this slot but instead it rendered <%s>. The tree doesn't match so React will fallback to client rendering.",
"492":"The \"react\" package in this environment is not configured correctly. The \"react-server\" condition must be enabled in any environment that runs React Server Components.",
"493":"To taint a value, a lifetime must be defined by passing an object that holds the value.",
"494":"taintUniqueValue cannot taint objects or functions. Try taintObjectReference instead.",
"495":"Cannot taint a %s because the value is too general and not unique enough to block globally.",
"496":"Only objects or functions can be passed to taintObjectReference. Try taintUniqueValue instead.",
"498":"Only plain objects, and a few built-ins, can be passed to Client Components from Server Components. Classes or null prototypes are not supported.%s",
"500":"React expected a headers state to exist when emitEarlyPreloads was called but did not find it. This suggests emitEarlyPreloads was called more than once per request. This is a bug in React.",
"504":"Failed to read a RSC payload created by a development version of React on the server while using a production version on the client. Always use matching versions on the server and the client.",
"505":"Cannot render an Async Component, Promise or React.Lazy inside React.Children. We recommend not iterating over children and just rendering them plain.",
"506":"Functions are not valid as a child of Client Components. This may happen if you return %s instead of <%s /> from render. Or maybe you meant to call this function rather than return it.%s",
"507":"Expected the last optional `callback` argument to be a function. Instead received: %s.",
"510":"React Element cannot be passed to Server Functions from the Client without a temporary reference set. Pass a TemporaryReferenceSet to the options.%s",
"511":"Missing a temporary reference set but the RSC response returned a temporary reference. Pass a temporaryReference option with the set that was used with the reply.",
"512":"The RSC response contained a reference that doesn't exist in the temporary reference set. Always pass the matching set that was used to create the reply when parsing its response.",
"513":"Cannot render a Client Context Provider on the Server. Instead, you can export a Client Component wrapper that itself renders a Client Context Provider.",
"514":"Cannot access %s on the server. You cannot dot into a temporary client reference from a server component. You can only pass the value through to the client.",
"515":"Cannot assign to a temporary client reference from a server module.",
"516":"Attempted to call a temporary Client Reference from the server but it is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.",
"518":"Saw multiple hydration diff roots in a pass. This is a bug in React.",
"519":"Hydration Mismatch Exception: This is not a real error, and should not leak into userspace. If you're seeing this, it's likely a bug in React.",
"525":"A React Element from an older version of React was rendered. This is not supported. It can happen if:\n- Multiple copies of the \"react\" package is used.\n- A library pre-bundled an old copy of \"react\" or \"react/jsx-runtime\".\n- A compiler tries to \"inline\" JSX instead of using the runtime.",
"527":"Incompatible React versions: The \"react\" and \"react-dom\" packages must have the exact same version. Instead got:\n - react: %s\n - react-dom: %s\nLearn more: https://react.dev/warnings/version-mismatch",
"528":"Expected <link> not to update to be updated to a stylesheet with precedence. 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",
"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",
"532":"Attempted to render a Client Component from renderToHTML. This is not supported since it will never hydrate. Only render Server Components with renderToHTML.",
"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.",
"534":"renderToHTML should not have emitted Client References. This is a bug in React.",
"535":"renderToHTML should not have emitted Server References. This is a bug in React.",
"536":"Cannot pass ref in renderToHTML because they will never be hydrated.",
"537":"Cannot pass event handlers (%s) in renderToHTML because the HTML will never be hydrated so they can never get called.",
"538":"Cannot use state or effect Hooks in renderToHTML because this component will never be hydrated.",
"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.",
"542":"Suspense Exception: This is not a real error! It's an implementation detail of `useActionState` to interrupt the current render. You must either rethrow it immediately, or move the `useActionState` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary.",
"548":"Finished rendering the gesture lane but there were no pending gestures. React should not have started a render in this case. This is a bug in React.",
"549":"Cannot start a gesture with a disconnected AnimationTimeline.",
"553":"A Timeline is required as the first argument to startGestureTransition.",
"554":"Cannot setState on regular state inside a startGestureTransition. Gestures can only update the useOptimistic() hook. There should be no side-effects associated with starting a Gesture until its Action is invoked. Move side-effects to the Action instead.",
"555":"Cannot requestFormReset() inside a startGestureTransition. There should be no side-effects associated with starting a Gesture until its Action is invoked. Move side-effects to the Action instead.",
"556":"Expected prepareToHydrateHostActivityInstance() to never be called. This error is likely caused by a bug in React. Please file an issue.",
"557":"Expected to have a hydrated activity instance. This error is likely caused by a bug in React. Please file an issue.",