Skip to content

Commit

Permalink
Merge pull request #34 from lijunle/example-warnings
Browse files Browse the repository at this point in the history
Resolve form page render warning.
  • Loading branch information
lijunle committed Sep 12, 2015
2 parents 5e0b7a9 + 86bf707 commit ff37877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nancy.ViewEngines.React.Example/Views/Form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';

export default React.createClass({
propTypes: {
text: React.PropTypes.string.isRequired,
text: React.PropTypes.string,
},

getInitialState() {
Expand Down

0 comments on commit ff37877

Please # to comment.