the if statement not running inside the async function

前端 未结 0 452
情话喂你
情话喂你 2020-11-22 05:55
 const readersInfo = useSelector(
  (state:IRootState) => state.reader.readerinfo
);


useEffect(() => {
  dispatch(getThisReaderInfoThunk())
}, [dispatch]);

         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题