We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Hi @wesleyguirra,
Can you share a bit of the code that's failing?
Sorry, something went wrong.
Hi @Almouro thank you for response,
the error happens, when I tried to do this: export default compose(makeInputGreatAgain, withNextInputAutoFocusInput)(CustomInput);
export default compose(makeInputGreatAgain, withNextInputAutoFocusInput)(CustomInput);
the error happens when I use compose function from recompose, either using from redux.
@wesleyguirra thanks, can you show how you import makeInputGreatAgain and withNextInputAutoFocusInput?
makeInputGreatAgain
withNextInputAutoFocusInput
import makeInputGreatAgain, { withNextInputAutoFocusForm, withNextInputAutoFocusInput } from "react-native-formik";
sorry for late response.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: