helix

2022-02-03T20:23:39.966759Z

Hi folks, I'm getting maximum stack exceeded when calling (contains? as-props-from-defnc :somekey), I know it was amenable to this type of call because it's an old code that i'm revisiting. Can you shed some light over this ? helix 0.1.5 cljs 1.10.914

lilactown 2022-02-03T23:06:45.842009Z

can you paste the exact code causing this? like the whole component

lilactown 2022-02-03T23:13:11.866019Z

I believe you're running into this bug https://github.com/mfikes/cljs-bean/issues/79

lilactown 2022-02-03T23:13:38.027089Z

adding the latest version of cljs-bean to your deps ought to fix it

lilactown 2022-02-03T23:14:03.704809Z

i'll bump it in helix and release a new version soon