Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wesleyguirra opened this issue Feb 20, 2019 · 4 comments
Open

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

wesleyguirra opened this issue Feb 20, 2019 · 4 comments

Comments

@wesleyguirra
Copy link

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

@Almouro
Copy link
Member

Almouro commented Feb 21, 2019

Hi @wesleyguirra,

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

@wesleyguirra
Copy link
Author

wesleyguirra commented Feb 22, 2019

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.

@Almouro
Copy link
Member

Almouro commented Feb 27, 2019

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

@wesleyguirra
Copy link
Author

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

sorry for late response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants