Book deps updated. The examples should work with new inspect now. I also fixed a few demos that I hadn’t ported from Fulcro 2.x. Let me know if anything isn’t working as advertised if anyone cares to scan through the live demos.
Is anyone here familiar with an issue where a form field is updated (I can see the mutation and update take place in my state), but after I click out of the field it reverts to the original value?
may be a difference of transact!! vs transact!
hmm perhaps, its happening on blur w/
(prim/transact! component `[(fs/mark-complete! {:entity-ident ~ident
:field ~field})
:ui/root])