Fork me on GitHub
#cljfx
<
2021-08-18
>
thom12:08:34

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?

vlaaad13:08:42

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