Skip to content

Error React #185 in the console #92

@wichniew

Description

@wichniew

This error appears from time to time in the browser console during chat:


> Minified React error #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.

index-B5Rsjn5T.js:295 Error handling thread event Error: Minified React error #185; visit https://react.dev/errors/185 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
    at g6 (index-B5Rsjn5T.js:48:30072)
    at mo (index-B5Rsjn5T.js:48:29660)
    at UI (index-B5Rsjn5T.js:48:47895)
    at index-B5Rsjn5T.js:48:47776
    at index-B5Rsjn5T.js:161:51221
    at Set.forEach (<anonymous>)
    at r (index-B5Rsjn5T.js:161:51210)
    at r.setState (index-B5Rsjn5T.js:161:59532)
    at Uce.handleThreadEvent (index-B5Rsjn5T.js:295:31344)
    at Uce.handleThreadStream (index-B5Rsjn5T.js:295:26324)

The error is reported from ChatKit's guts and even appears in an unmodified test application downloaded today from this repository.

I use Chrome 142.0.7444.176 on MacOS with all extensions switched off.

When this error occurs, I don't see anything stopping working—nevertheless, it is disturbing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions