paul kayongo

Results 2 comments of paul kayongo

`npm i react-simple-snackbar` `npm i patch-package postinstall-postinstall --save-dev` edit file: `node_modules/react-simple-snackbar/package.json` ``` "peerDependencies": { "react": "17.x", "react-dom": "17.x" }, ``` `npx patch-package --exclude 'nothing' react-simple-snackbar` Notice the created `patches` folder...

While it fixes the bug, I'd advise abandoning the library as the maintainer has not provided a solid fix for this in over 8 months