#what minified errors are you referring

1 messages · Page 1 of 1 (latest)

raven loom
#

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

lethal forum
#

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

raven loom
#

"ik@..."

#

i assume this means function at specific line in a file

#

with sourcemaps shouldnt i be able to know what this is

#

this is how we log errors btw

#

by including the stack

lethal forum
#

Yeah from what i know there's no native way for that unlike in the browser while in dev

#

There might be tools other than this that you can use to somehow copy the minified stuff and use the sourcemap