Fork me on GitHub
#fulcro
<
2019-05-17
>
tony.kay04:05:32

@phreed this is more of a compiler issue. If you’re using Shadow-cljs, see the User’s guide for that…not all libraries are built in a way that plays nicely, so sometimes you just have to dig in the js and see what is there in your node_modules dir and adjust accordingly

exit215:05:29

If I have two forms that use the same data (one uses some fields, the other uses different fields all from the same data set), how would I set that up w/ prim/get-query. It seems I can’t just do {:root/people (prim/get-query FooForm)} {:root/people (prim/get-query BarForm)}

exit215:05:39

Or would this be best to have one form, then two sub forms for it?