Fork me on GitHub
#reagent
<
2016-10-07
>
danielcompton02:10:51

https://github.com/cursive-ide/cursive/issues/1557 Cursive and Reagent users 👍 if this would be useful for you

pesterhazy07:10:20

@borkdude thanks for explaining

pesterhazy07:10:07

When using devcards with reagent, I have to reload the page after causing exceptions

pesterhazy07:10:55

The JS exception displays properly. But after I fix the bug, the page doesn't fix itself; instead I see "react.inc.js:5915 Uncaught TypeError: Cannot read property '_currentElement' of null"

pesterhazy07:10:39

N.b. this is with runtime exceptions (e.g. asserts), not with syntax errors (which are displayed corectly)

pesterhazy08:10:43

I think it's something to do with unmounting components

pesterhazy08:10:07

"React currently cannot recover from an error inside render."

pesterhazy08:10:34

That's both surprising and annoying