You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You must place `ReactNotificationsComponent` component at the root level of the application in order to work properly, otherwise it might conflict with other DOM elements due to the positioning.
39
39
40
-
Use ref arrow syntax when declaring `ReactNotificationsComponent` in order to have access to internal method `addNotification`. All API methods provided must be called like this.
40
+
Use ref syntax when declaring `ReactNotificationsComponent` in order to have access to internal method `addNotification`. All API methods provided must be called like this.
41
41
42
42
For further information on supported options, check documentation.
43
43
@@ -85,7 +85,7 @@ class App extends React.Component {
85
85
86
86
First build the library
87
87
```
88
-
npm run build:library
88
+
npm run build:library:dev
89
89
```
90
90
then run the webpack server to see the app running
0 commit comments