You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING in ./node_modules/@antv/scale/esm/utils/utc-interval.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/lance/Development/web/antd-l7-test/node_modules/@antv/scale/esm/utils/src/utils/utc-interval.ts' file: Error: ENOENT: no such file or directory, open '/home/lance/Development/web/antd-l7-test/node_modules/@antv/scale/esm/utils/src/utils/utc-interval.ts'
🐛 Question description [Please make everyone to understand it]
使用npx创建ts项目,然后跑示例代码,提示config类型不兼容
💻 Link to minimal reproduction
Please provide a link by forking these links LarkMap or GitHub repo. What is a minimal reproduction, and why is it required?
安装:
$ npx create-react-app antd-l7-test/ --template typescript $ cd antd-l7-test $ yarn add @antv/l7 @antv/larkmap $ yarn
运行:
将
src/App.tsx
修改为示例代码:报错:
软件版本:
🏞 Expected result
🚑 Any additional [like screenshots]
The text was updated successfully, but these errors were encountered: