nextjournal / clerk

⚡️ Moldable Live Programming for Clojure
https://clerk.vision
ISC License
1.74k stars 75 forks source link

Fix error display by hoisting nested wrapped values #641

Closed zampino closed 2 months ago

zampino commented 3 months ago

Runtime errors could lead to a malformed document that would result in a react error leading to the page unmounting and showing a white screen of death. The malformed document was caused by nested wrapped values which we hoist here.

Fixes #639 and fixes #638.