运行最新antdpro项目,安装moment-timezone插件后一直报Cannot read properties of undefined (reading 'split')是什么原因 #11087
Unanswered
18319700115
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
运行最新antdpro项目,安装moment-timezone插件后一直报Cannot read properties of undefined (reading 'split')是什么原因
app.tsx新增这两行代码
import moment from 'moment-timezone';
console.info("moment=>>", moment)
Beta Was this translation helpful? Give feedback.
All reactions