Hi! I updated Silverbullet to the latest version (docker) and have noticed that the markdown preview (command + P) is no longer working. I see this in the browser console:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '__H')
at sA (hooks.js:2:208)
at jot (hooks.js:2:1336)
at lA (hooks.js:2:1096)
at eu.Gc [as constructor] (panel.tsx:13:21)
at eu.a1t [as render] (preact.mjs:2:9320)
at wf (preact.mjs:2:6514)
at II (preact.mjs:2:1865)
at n1t (preact.mjs:2:8472)
at wf (preact.mjs:2:7125)
at II (preact.mjs:2:1865)
Unfortunately as the code is minified I’m unable to figure out myself what is going on.
I spun up a fresh docker container in a clean space to verify it wasn’t something I had done and see the same error. Is anyone else having the same issue?