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

Commit b8b3ca9

Browse files
author
Peter Oxenham
committed
Issue #722 Fixed getField missing error
1 parent 2c20cf2 commit b8b3ca9

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)