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 3025aac commit 8cfef76Copy full SHA for 8cfef76
README.md
@@ -54,13 +54,13 @@ import Notifications from 'react-notification-system-redux';
54
55
class DemoComponent extends React.Component {
56
57
- render() {
+ render() {
58
const {notifications} = this.props;
59
60
- return (
+ return (
61
<Notifications notifications={notifications} />
62
- );
63
- }
+ );
+ }
64
}
65
66
DemoComponent.contextTypes = {
@@ -111,7 +111,7 @@ class OtherComponent extends React.Component {
111
);
112
113
114
115
116
117
return (
0 commit comments