Following the README drives me to the following error:

You need to remove the CSS from the package to work with NextJS. This is my dependency tree:
"next": "13.4.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-push-notification": "^1.5.4",
It seems that it is something related to NextJS policies about using CSS directly from the node_modules. You can fin more information here:
https://nextjs.org/docs/messages/css-npm
Following the

READMEdrives me to the following error:You need to remove the CSS from the package to work with NextJS. This is my dependency tree:
It seems that it is something related to NextJS policies about using CSS directly from the node_modules. You can fin more information here:
https://nextjs.org/docs/messages/css-npm