Add display name

This commit is contained in:
Sergey Sova 2015-09-18 15:01:07 +03:00
parent 523ab69a4e
commit 32aac21a4e
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ Formsy.addValidationRule = function (name, func) {
};
Formsy.Form = React.createClass({
displayName: 'Formsy',
getInitialState: function () {
return {
isValid: true,