Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: #32234

Open
Nefcanto opened this issue Jan 27, 2025 · 0 comments
Open

Bug: #32234

Nefcanto opened this issue Jan 27, 2025 · 0 comments
Labels
Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug

Comments

@Nefcanto
Copy link

React version: 19.0.0

My code is not shown in the error stack. How can I know what caused the error?

Image

Uncaught Error: Objects are not valid as a React child (found: object with keys {message, data, description}). If you meant to render a collection of children, use an array instead.
    React 11
        throwOnInvalidObjectType
        reconcileChildFibersImpl
        createChildReconciler
        reconcileChildren
        beginWork
        runWithFiberInDEV
        performUnitOfWork
        workLoopSync
        renderRootSync
        performWorkOnRoot
        performWorkOnRootViaSchedulerTask
    performWorkUntilDeadline scheduler.development.js:44
    js scheduler.development.js:219
    js scheduler.development.js:364
    __require chunk-DC5AMYBS.js:9
    js index.js:6
    __require chunk-DC5AMYBS.js:9
    React 2
        js
        js
    __require chunk-DC5AMYBS.js:9
    js React
    __require chunk-DC5AMYBS.js:9
    <anonymous> react-dom_client.js:17892
react-dom-client.development.js:4446:12
    React 11
        throwOnInvalidObjectType
        reconcileChildFibersImpl
        createChildReconciler
        reconcileChildren
        beginWork
        runWithFiberInDEV
        performUnitOfWork
        workLoopSync
        renderRootSync
        performWorkOnRoot
        performWorkOnRootViaSchedulerTask
    performWorkUntilDeadline scheduler.development.js:44
    (Async: EventHandlerNonNull)
    js scheduler.development.js:219
    js scheduler.development.js:364
    __require chunk-DC5AMYBS.js:9
    js index.js:6
    __require chunk-DC5AMYBS.js:9
    React 2
        js
        js
    __require chunk-DC5AMYBS.js:9
    js React
    __require chunk-DC5AMYBS.js:9
    <anonymous> react-dom_client.js:17892

I have more than 75 thousand lines of code in my React app. How can I find where is the problem in my code?

@Nefcanto Nefcanto added the Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug
Projects
None yet
Development

No branches or pull requests

1 participant