We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3311b68 commit b7409deCopy full SHA for b7409de
1 file changed
src/__tests__/withErrorIfNeeded.js
@@ -3,7 +3,7 @@ import { compose } from "recompose";
3
import { TextInput } from "react-native";
4
import { mount } from "enzyme";
5
6
-import { withErrorNew as withErrorIfNeeded } from "../..";
+import { withErrorIfNeeded } from "../..";
7
import withFormikMock from "../testUtils/withFormikMock";
8
9
console.error = jest.fn();
0 commit comments