Skip to content

Commit 8103547

Browse files
committed
Added displayName props
1 parent 9dd8a51 commit 8103547

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.MD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [Unreleased]
5+
- Added displayName props
6+
47
## [1.0.3] - 2018-06-27
58
- Updated react-ocean-forms dependency to 1.1.0
69

src/IntlForm.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ class IntlForm extends React.Component {
4949
}
5050
}
5151

52+
IntlForm.displayName = 'IntlForm';
53+
5254
IntlForm.propTypes = {
5355
children: PropTypes.oneOfType([
5456
PropTypes.arrayOf(PropTypes.node),

0 commit comments

Comments
 (0)