cljfx

thom 2021-08-18T12:55:34.003700Z

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?

vlaaad 2021-08-19T13:44:42.003800Z

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