Sometimes I have an error in a component definition which during rendering gives me a long stack trace that never touches my own code. Is there any way to narrow down where the error might be occurring?
Usually this happens when some prop receives a value in a shape it does not support… No built in way to easily detect it unfortunately