#what minified errors are you referring
1 messages · Page 1 of 1 (latest)
lets make a thread to not clutter the main channel 😅
message: "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.",
stack: [
"ik@https://lovable.dev/_next/static/chunks/fd9d1056-51d261095498103e.js:1:110602",
"nf@https://lovable.dev/_next/static/chunks/fd9d1056-51d261095498103e.js:1:26727",
"ns@https://lovable.dev/_next/static/chunks/fd9d1056-51d261095498103e.js:1:26343",
"rj@https://lovable.dev/_next/static/chunks/fd9d1056-51d261095498103e.js:1:44699",
.......
]
we got this error, we wanna be able to understand the stack here
the error message is the 185 maximum depth exceeded error
i get that part
but the stack
since this is the built version
is there not a way to unminify this to understand how it correlates to the real code
No
IIRC thats the max react sends
So you can take a look at the link it gave you for the specific error and then take a look at the dev environment to find out what is going wrong