import logo from '../images/dizer.co.gif';
{this.state.showLoader ? <img src={logo} alt="loading..." /> : null}
Initially I have used CircularProgress
Component for loader
when i was working with CircularProgress
it is working. But when I tried with GIF I am unable to load GIF I am not facing any error also.
May I know how to load GIF file in react.