<!-- I upgraded me react native app from 0.73.8 to 0.77.3 and as soon as I run app I get this error "Should have a queue. This is likely a bug in React. Please file an issue" --> React version: 18.3.1 ## Steps To Reproduce 1. Run react native app with RN 0.77.3 and react 18.3.1 2. First thing that shows is the error <!-- Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Issues without reproduction steps or code examples may be immediately closed as not actionable. --> Link to code example: <!-- Please provide a CodeSandbox (https://codesandbox.io/s/new), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem. You may provide a screenshot of the application if you think it is relevant to your bug report. Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve. --> ## The current behavior App shows errors once it's built ## The expected behavior App should run without any errors