pull down to refresh

I can repro. Error log:

Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=object%20with%20keys%20%7Blabel%2C%20items%7D for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
    at lE (https://a.stacker.news/_next/static/chunks/framework-c6ee5607585ef091.js:1:47898)
    at o (https://a.stacker.news/_next/static/chunks/framework-c6ee5607585ef091.js:1:52891)
    at uu (https://a.stacker.news/_next/static/chunks/framework-c6ee5607585ef091.js:1:71158)
    at i (https://a.stacker.news/_next/static/chunks/framework-c6ee5607585ef091.js:1:121283)
    at oO (https://a.stacker.news/_next/static/chunks/framework-c6ee5607585ef091.js:1:99117)
    at https://a.stacker.news/_next/static/chunks/framework-c6ee5607585ef091.js:1:98984
    at oF (https://a.stacker.news/_next/static/chunks/framework-c6ee5607585ef091.js:1:98991)
    at ox (https://a.stacker.news/_next/static/chunks/framework-c6ee5607585ef091.js:1:95743)
    at oC (https://a.stacker.news/_next/static/chunks/framework-c6ee5607585ef091.js:1:96132)
    at r8 (https://a.stacker.news/_next/static/chunks/framework-c6ee5607585ef091.js:1:44909)

[..]

The error #31 is:

Objects are not valid as a React child (found: object with keys {label, items}). If you meant to render a collection of children, use an array instead.

How did you manage to reproduce the error message?

reply

On Brave Desktop the error button works (and otherwise I could have gone into dev console)

reply

I see!

Thanks for finding a solution to my problem!

reply

The solution is pending, just helping triage.

reply