清理React Redux代码,面对文件路径问题

时间:2018-10-26 18:27:52

标签: javascript reactjs redux axios material-ui

  • 我正在尝试清理代码。
  • 所以删除ChannelField.js时,我注释了不必要的文件。
  • 我在用户界面中看不到任何东西,但我只是看到此错误。

    [{“ filePath”:“”,“ importName”:“”,“ importType”:“ GLOBAL”,“ type”:“ IMPORT”}

  • 你能告诉我如何解决它。

工作代码 https://stackblitz.com/edit/react-redux-realworld-gbvw3b?file=containers%2FDocument.js

无效代码 https://stackblitz.com/edit/react-redux-realworld-qdahvn?file=components%2FDocument.js

 import React from 'react'
 import Channel from '../containers/Channel'
 const ChannelsField = () => (
   <div className="row" >
     <Channel channelName="BBC" channelString="bbc-news" />
     <Channel channelName="CNBC" channelString="cnbc" />
     <Channel channelName="CNN" channelString="cnn" />
     <Channel channelName="FT" channelString="financial-times" />
     <Channel channelName="ESPN" channelString="espn" />
     <Channel channelName="GOOGLE" channelString="google-news" />
   </div>
 );
 export default ChannelsField;

0 个答案:

没有答案