Description of the bug
Hi,
I am integrating graphql mutation in vue-native using react-apollo with formik for handling form validation. The approach take by use of Component as props on props.children. On development this error popups up.
Property or method "args" is not defined on instance. but referenced during render.
Description of the bug Hi, I am integrating graphql mutation in vue-native using
react-apollo
withformik
for handling form validation. The approach take by use ofComponent as props
onprops.children
. On development this error popups up.Property or method "args" is not defined on instance. but referenced during render.
To Reproduce
Packages:
Steps to reproduce the behavior:
What I expected Working of mutation and formik.
Screenshots
Did I use
vue-native-cli
to create the project? YesAm I using Expo? Yes
vue-native init <projectName>
then yesDevelopment platform (please complete the following information):
The device on which I run my Vue Native app