Javascript – UseEffectc runs before props value is received from parent components
Below useEffect gets executed before props value is received from parent compoment. I have noticed that this error happens only once after loading a new app and on reloading same app after getting this error , it works and received…