Fork me on GitHub
#fulcro
<
2020-11-09
>
Buidler15:11:25

I think there's an error in this example: http://book.fulcrologic.com/#_use_the_component_registry shouldn't it pass state as the first argument to swap!?

✔️ 3
tony.kay17:11:39

Ah, yeah, overlooked that, thanks

tony.kay17:11:04

fixed

🙌 3
Joe R. Smith23:11:31

I'm using the form state support in Fulcro 3.x and running into an issue where if I edit a nested form (i.e., a form in a nested component) and then hit a submit button to trigger a diff in the parent form (the parent component) it doesn't see the nested form's new props (and therefore it doesn't show up in the diff). Any advice on how to force a rerender of the parent on subform change?

tony.kay23:11:30

is the subform declared in form-fields?