https://github.com/facebook/react/issues/18178
my strack trace links the above issue with this code in react-use-form-state:
if (formState.current.touched[name] == null) {
>>> formState.setTouched(_defineProperty({}, name, false));
}
I'm still digging into this because Cannot update a component from inside the function body of a different component. has popped up everywhere in my app.