-
### Description
I wanted to use this package with my next js project with typescript, but it is constantly giving me errors like ```typeerror: cannot destructure property 'notifications' of '(0 , r…
-
Hello
Thanks for your work, the project helps a lot.
Currently there is an issue while installing hermione and html-reporter using Node JS v16 (active LTS) at least on Mac OS
Here is a log for …
-
Hello Louis,
I'm trying to integrate your very nice notifications system, but I can't get the notifications to show up... I see the notifications arrive to the notificationsystem component but they d…
-
-
### Description
The callbacks in the NotificationsProvider (`notify`, `dismissNotification`, `dismissNotifications`) are not wrapped in useCallback. This means that they're recreated every time a not…
-
### Description
This is in mobile Chrome for me. Here https://louisbarranqueiro.github.io/reapop after the first demo notification shows a spinner, then success, then just a white screen. Site seems t…
-
use https://louisbarranqueiro.github.io/reapop/
-
This is the warning that is been showing. Please help
I'm using
React v17.0.1
React-redux: v7.2.2
-
### Description
Hi I have recently migrate my project to works on:
"webpack": "5.4.0",
"webpack-cli": "3.3.12"
"style-loader": "2.0.0",
"css-loader": "5.0.1",
"@babel/core": "7.12.3",
"@babel…
-
As you know we don't access the window and document objects in the node apps but your library needs them to work properly. when I added that in my app I encountered this error "window is undefined"
…