Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 387d77a

Browse files
authored
Merge pull request #1025 from divvito/master
Issue #722 Fixed getField missing error
2 parents e274e1a + b8b3ca9 commit 387d77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,6 @@ export {
190190
form,
191191

192192
// Utilities
193-
getField,
193+
getFieldFromState as getField,
194194
track,
195195
};

0 commit comments

Comments
 (0)