Fork me on GitHub
#omnext
<
2015-12-01
>
johanatan03:12:55

Has anyone seen this error before?

johanatan03:12:32

It only happens if I have a swap! on app-state in my main component's render as the last form before returning the computed view. And it only happens when the REPL attaches to the session (and then only once). The app runs fine without attaching a REPL and after that one error screen is dismissed.

johanatan03:12:57

Here's the actual swap! in question: (swap! app-state update-in [:data] dissoc :keyPressed)

peeja17:12:51

In the Photo, (dom/p nil "Caption: ") should (I assume) be (dom/p nil (str "Caption: " caption))

peeja17:12:10

Is that something I should file an issue for or…what? (I'd edit the page, but it says not to.)