请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

warning "export 'ColumnProps' was not found in './testData'

【store.ts】
import { testData, testPosts, ColumnProps, PostProps } from './testData’
export { ColumnProps, PostProps }

终端警告
【WARNING Compiled with 2 warnings】
warning in ./src/store.ts
"export ‘ColumnProps’ was not found in './testData’
warning in ./src/store.ts
"export ‘PostProps’ was not found in ‘./testData’

请问这是为什么呢

正在回答 回答被采纳积分+3

1回答

张轩 2020-10-27 09:45:55

同学 中转导出应该是这样写的 你可以试试,一开始不需要 import 进来

export { ColumnProps, PostProps } from './testData'


0 回复 有任何疑惑可以回复我~
  • 我也遇到了这个问题,在store里面 export 的时候就会warnning,但是不影响项目运行,是配置问题吗?
    回复 有任何疑惑可以回复我~ 2021-05-04 00:13:37
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信