我想使用 React 修复错误“Identifier config has already been declared”?
我在文件 List.tsx 中使用如下所示的导入语句
import {config} from 'react-spring';
import config from '../config';在我的配置文件中
const config = { //something}
export default config;我收到错误标识符配置已声明。有人可以帮我解决这个问题吗?谢谢。
倚天杖
一只名叫tom的猫
随时随地看视频慕课网APP
相关分类