You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Clerk MVN version to the latest in the book (#493)
The version of Clerk mentioned in the book right now is updated.
The problem this caused (for me) was with the
`:nextjournal.clerk/visibility` clause, which was a set in the
previous version and is a map now. The documentation suggests using a
map, but the execution fails since it expects a set.
Fixes: #492
0 commit comments