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
dispatch(Notifications.hide(uid)); // Hides notification based on uid
167
+
dispatch(Notifications.removeAll()); // Removes all notifications
168
+
```
169
+
170
+
157
171
## Development (`src`, `lib` and the build process)
158
172
159
173
**NOTE:** The source code for the component is in `src`. A transpiled CommonJS version (generated with Babel) is available in `lib` for use with node.js, browserify and webpack. A UMD bundle is also built to `dist`, which can be included without the need for any build system.
0 commit comments