Skip to content

Commit dd1c41c

Browse files
PerfectPixelerikras
authored andcommitted
Add data back to meta (#225)
1 parent 3375f6a commit dd1c41c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Field.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ export default class Field extends React.Component<Props, State> {
169169
const meta = {
170170
// this is to appease the Flow gods
171171
active: otherState.active,
172+
data: otherState.data,
172173
dirty: otherState.dirty,
173174
dirtySinceLastSubmit: otherState.dirtySinceLastSubmit,
174175
error: otherState.error,

0 commit comments

Comments
 (0)