You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First: When I provide data it doesn't seem to fill out the form unless I go into react-apollo-form node_modules and compile the typescript manually since I'm not using typescript in my project.
Second: After compiling. It seems to fill out the form initially but immediately upon typing will cause the form to loose all data for values in a referenced part of the schema. Did something like this to debug: onChange={console.log}. It seems like the values are already lost by this point.
Going to dig more into the cleanData util.
The text was updated successfully, but these errors were encountered:
Trying to debug a couple things.
First: When I provide data it doesn't seem to fill out the form unless I go into react-apollo-form node_modules and compile the typescript manually since I'm not using typescript in my project.
Second: After compiling. It seems to fill out the form initially but immediately upon typing will cause the form to loose all data for values in a referenced part of the schema. Did something like this to debug:
onChange={console.log}
. It seems like the values are already lost by this point.Going to dig more into the cleanData util.
The text was updated successfully, but these errors were encountered: