During development sometimes I get this kind of er...
# javascript
t
During development sometimes I get this kind of error on browser console:
Error: Minified React error #137; visit <https://reactjs.org/docs/error-decoder.html?invariant=137&args[]=input&args[]=> for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
Copy code
on <http://localhost:9000/static/output.js:46>
    Yl <http://localhost:9000/static/output.js:46>
    cu <http://localhost:9000/static/output.js:46>
    su <http://localhost:9000/static/output.js:46>
    au <http://localhost:9000/static/output.js:46>
    Za <http://localhost:9000/static/output.js:46>
    Ja <http://localhost:9000/static/output.js:46>
    Iu <http://localhost:9000/static/output.js:46>
    Fu <http://localhost:9000/static/output.js:46>
    eu <http://localhost:9000/static/output.js:46>
    Fu <http://localhost:9000/static/output.js:46>
    render <http://localhost:9000/static/output.js:46>
How to decode these errors? Any suggestions on debugging these kind of errors. Currently am just solving by going through code, this stack does not help me.
@turansky can you please help me if you are aware of how to debug above errors?
t
Test example required for start
t
I don't have any example. I will share if I get the same problem again. But if you have any idea how to debug or make sense of above messages please let me know.