Hello Basir,
First of all I really loved your work you’re the mentor everyone needs now coming straight to the point I wanted to ask if there is an alternative of using use-logger-reducer as it created a problem for multiple packages and I don’t want to use any depreciated package also if there is an alternative how do I use it? If there is no alternative is it ok if I just leave it, would it affect my project in any way? I’m following your tutorials.
Thank you so much for your time
Regards
Vaibhaw
Bassir Answered question March 7, 2023
the error is here:
npm ERR! peer react@”^16.8″ from use-reducer-logger@1.0.2
use-reducer-logger is deprecated
run
npm uninstall use-reducer-logger
and remove all usage of use-reducer-logger in the code to fix the issue.
Bassir Answered question March 7, 2023