react-native-formik icon indicating copy to clipboard operation
react-native-formik copied to clipboard

undefined is not a function ‘evaluating a(b.apply...

Open wesleyguirra opened this issue 5 years ago • 4 comments

what happen with this error? I dont know what to do, I have remove node_modules and npm install again, it doesn't work. what should I do?

https://i.stack.imgur.com/9fXZU.png

wesleyguirra avatar Feb 20 '19 23:02 wesleyguirra

Hi @wesleyguirra,

Can you share a bit of the code that's failing?

Almouro avatar Feb 21 '19 14:02 Almouro

Hi @Almouro thank you for response,

the error happens, when I tried to do this: export default compose(makeInputGreatAgain, withNextInputAutoFocusInput)(CustomInput);

the error happens when I use compose function from recompose, either using from redux.

wesleyguirra avatar Feb 22 '19 14:02 wesleyguirra

@wesleyguirra thanks, can you show how you import makeInputGreatAgain and withNextInputAutoFocusInput?

Almouro avatar Feb 27 '19 10:02 Almouro

import makeInputGreatAgain, { withNextInputAutoFocusForm, withNextInputAutoFocusInput } from "react-native-formik";

sorry for late response.

wesleyguirra avatar Mar 12 '19 22:03 wesleyguirra