Skip to content

Commit

Permalink
Catch error upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
mk committed Dec 7, 2023
1 parent 5e211bf commit 2bb77ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/nextjournal/clerk/render.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,7 @@
[:div.font-bold "Unhandled " type])
[:div.font-bold.mt-1 message]
(when data
[:> ErrorBoundary
[:div.mt-1 [inspect data]]])])
[:div.mt-1 [inspect (viewer/inspect-wrapped-values data)]])])
via))
[:div.py-6.overflow-x-auto
[:table.w-full
Expand Down

0 comments on commit 2bb77ed

Please sign in to comment.