accidentally tried to render an id
accidentally tried to render an id directly like
id: {job._id}
. the error didn’t make it obvious that you need to call job._id.toString()
. error was
1 Reply
yeah I wish React would render something in dev so you could see the spot where the issue was occurring