Skip to content

Commit 427ecba

Browse files
committed
Fix #243 by importinf Field in Form.js in the React generator
1 parent 11d1461 commit 427ecba

File tree

1 file changed

+1
-1
lines changed
  • templates/react/components/foo

1 file changed

+1
-1
lines changed

templates/react/components/foo/Form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { Component } from 'react';
2-
import { reduxForm } from 'redux-form';
2+
import { Field, reduxForm } from 'redux-form';
33
import PropTypes from 'prop-types';
44

55
class Form extends Component {

0 commit comments

Comments
 (0)