Exceptions in view rendering functions can be hard to trace
Opened this issue · 0 comments
hlship commented
This is partly because of the nature of Clojure being lazy, but it is also because some exceptions (such as incorrect return value from a rendering function) is reported outside the function; some link to the function itself (via meta-data) should be made available.