Adapt to current version of react
While installing react-typical using the react version 17.0.2, I stumbled upon the following error, it seems that your library needs an older version of react/NPM to function properly. So I need to downgrade my package so it can works fine.
any other solution would be appreciated.

While installing react-typical using the react version 17.0.2, I stumbled upon the following error, it seems that your library needs an older version of react/NPM to function properly. So I need to downgrade my package so it can works fine. any other solution would be appreciated.
Did you find any solution?
While installing react-typical using the react version 17.0.2, I stumbled upon the following error, it seems that your library needs an older version of react/NPM to function properly. So I need to downgrade my package so it can works fine. any other solution would be appreciated.
Did you find any solution?
Yes, I found out that the problem lies in the react-typical package it's self, it's peer dependencies has an older version of react, basically it needs that old version of react to function properly, you can install it via this command
$ npm i react-typical --legacy-peer-deps
--legacy-peer-deps tells NPM to ignore peer deps and proceed with the installation. it might cause some unwanted behavior. but I have tested it myself and it works fine with no unwanted behaviors.
While installing react-typical using the react version 17.0.2, I stumbled upon the following error, it seems that your library needs an older version of react/NPM to function properly. So I need to downgrade my package so it can works fine. any other solution would be appreciated.
Did you find any solution?
Yes, I found out that the problem lies in the react-typical package it's self, it's peer dependencies has an older version of react, basically it needs that old version of react to function properly, you can install it via this command
$ npm i react-typical --legacy-peer-deps--legacy-peer-deps tells NPM to ignore peer deps and proceed with the installation. it might cause some unwanted behavior. but I have tested it myself and it works fine with no unwanted behaviors.
Hi, I tried with $npm i react-typical --force. I see sometimes while rendering the timer running fast.