You have to:
- To wrap your
<App />component between<NotificationProvider> - Import
<Notification />in the component you use to display all your app. Usually<Container> - Import
useNotificationwhere you want to display a message. For example: Error while doing fetch requests