Fork me on GitHub
#helix
<
2022-06-12
>
geraldodev19:06:36

I'm trying to use react-table-library which needs javascript data structures so I cannot use helix/use-state to store it right ? it looks like yes, the mistake were mine. I had a (str (keys rows)) that is not compatible with js vector that blew my render with a cryptic error message. It warns me about boundary. Do you have some tip about catching those rendering errors ?