Skip to content

Commit

Permalink
Pass !sync-state atom, more consistent and obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
mk committed Oct 4, 2024
1 parent 7f8e20c commit c360329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nextjournal/clerk/viewer.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
(dissoc cell :result ::doc) ;; TODO: reintroduce doc once we know why it OOMs the static build on CI (some walk issue probably)
opts-from-block
(ensure-wrapped-with-viewers (or viewers (get-viewers (get-*ns*))) value)
{:sync-state @!sync-state})
{:!sync-state !sync-state})
presented-result (-> (present to-present)
(update :nextjournal/render-opts
(fn [{:as opts existing-id :id}]
Expand Down

0 comments on commit c360329

Please sign in to comment.