We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd8a51 commit 8103547Copy full SHA for 8103547
CHANGELOG.MD
@@ -1,6 +1,9 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [Unreleased]
5
+- Added displayName props
6
+
7
## [1.0.3] - 2018-06-27
8
- Updated react-ocean-forms dependency to 1.1.0
9
src/IntlForm.jsx
@@ -49,6 +49,8 @@ class IntlForm extends React.Component {
49
}
50
51
52
+IntlForm.displayName = 'IntlForm';
53
54
IntlForm.propTypes = {
55
children: PropTypes.oneOfType([
56
PropTypes.arrayOf(PropTypes.node),
0 commit comments