|
222 | 222 | "220": "Container does not support insertBefore operation", |
223 | 223 | "221": "Tried to register two views with the same name %s", |
224 | 224 | "222": "View config not found for name %s", |
225 | | - "223": "Trying to release an event instance into a pool of a different type.", |
226 | 225 | "224": "Can't read from currently-mounting component. This error is likely caused by a bug in React. Please file an issue.", |
227 | 226 | "225": "Unexpected object passed to ReactTestInstance constructor (tag: %s). This is probably a bug in React.", |
228 | 227 | "226": "Unsupported component type %s in test renderer. This is probably a bug in React.", |
|
321 | 320 | "319": "A dehydrated suspense boundary must commit before trying to render. This is probably a bug in React.", |
322 | 321 | "320": "Expected ReactFiberErrorDialog.showErrorDialog to be a function.", |
323 | 322 | "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://fb.me/react-invalid-hook-call for tips about how to debug and fix this problem.", |
324 | | - "322": "forwardRef requires a render function but was given %s." |
| 323 | + "322": "forwardRef requires a render function but was given %s.", |
| 324 | + "323": "React has blocked a javascript: URL as a security precaution.%s", |
| 325 | + "324": "An event responder context was used outside of an event cycle. Use context.setTimeout() to use asynchronous responder context outside of event cycle .", |
| 326 | + "325": "addRootEventTypes() found a duplicate root event type of \"%s\". This might be because the event type exists in the event responder \"rootEventTypes\" array or because of a previous addRootEventTypes() using this root event type.", |
| 327 | + "326": "Expected a valid priority level", |
| 328 | + "327": "Should not already be working.", |
| 329 | + "328": "Should have a work-in-progress.", |
| 330 | + "329": "Unknown root exit status.", |
| 331 | + "330": "Should be working on an effect.", |
| 332 | + "331": "Cannot flush passive effects while already rendering.", |
| 333 | + "332": "Unknown priority level.", |
| 334 | + "333": "This should have a parent host component initialized. This error is likely caused by a bug in React. Please file an issue.", |
| 335 | + "334": "accumulate(...): Accumulated items must not be null or undefined.", |
| 336 | + "335": "ReactDOMServer does not yet support the event API." |
325 | 337 | } |
0 commit comments