Fork me on GitHub
#re-frame
<
2023-04-10
>
Ben Lieberman19:04:13

are React/Reagent error boundaries okay for usage in re-frame or is there an alternative?

p-himik19:04:01

I use them just fine. One caveat is that you shouldn't rely on subscriptions in the error boundary itself.

👍 2
Ben Lieberman19:04:41

good to know, thanks