react-apollo-form icon indicating copy to clipboard operation
react-apollo-form copied to clipboard

Form data disappears.

Open cjoelrun opened this issue 5 years ago • 1 comments

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.

cjoelrun avatar May 21 '19 14:05 cjoelrun

Could you provide a reproduction or code sample? It's working fine for me.

lukasluecke avatar May 25 '19 17:05 lukasluecke