Closed leontalbot closed 5 years ago
Hi, yeah the number is too big to parse using Long/parseLong
. I pushed out a new version that falls back to using BigInt
to attempt and parse the number when Long/parseLong
fails. Let me know if 1.1.3
works for you.
Yes, reagent template now works for me with 1.1.3
. Thank you!
👍
running
lein do clean, run
on a freshreagent-template
template (+shadow-cljs
), I get:Possibly related to
parseLong
limitations withbigInt
?