Fork me on GitHub
#reagent
<
2019-11-05
>
juhoteperi07:11:45

React 16.6 changes the error boundaries a bit, with a new getDerivedStateFromError method: https://github.com/reagent-project/reagent/blob/master/doc/ReactFeatures.md#error-boundaries

👍 4
lilactown18:11:39

we upgraded to 0.9.0-rc2 at work, and we’re noticing that it’s complaining about using reactives in for loops that are not (AFAICT) doing any sort of reactive deref

lilactown18:11:54

the code works but the warnings are now there where they weren’t before

lilactown18:11:18

is this a known issue or something that’s immediately obvious, before I try to create a minimal repro?