South Drifter

Results 172 comments of South Drifter

@gustfm `experimentalDecorators: true` is for Decorator stage-2, `useDefineForClassFields: true` is for stage-3, so don't use them together.

@dannysheridan Online development environments like [GitHub codespaces][1], [GitPod.io][2], etc will throw this error, could Fern echo the opening URL to console for accessing manually? Just like `npm login` or `vercel...

> Not planned for the near future. @attilaorosz but you closed this issue with "completed" status instead of "not planned"... I think we should leave this issue open to wait...

> 抱歉,没仔细 review @luojiyin1987 你抱歉啥?PR review 是仓库维护者的责任。

@robinv8 我只用 Taro 4 没用 Taro UI,在条件渲染时会报一样的错误: ```jsx {session && ( 昵称:{session.nickName as string} 手机:{session.mobilePhone as string} 微信 OpenID:{session.wechatId as string} )} ``` ```text taro.js:593 TypeError: u.contains is not a...

@wennyyuan 已认领: - 会议纪要:https://kaiyuanshe.feishu.cn/docx/DkJvdWzw5oFApPxJMXEcOzGtnuc#share-Zj9TdeMUOoTMhXxWWzmcLZEnn7f - 协作文档:https://kaiyuanshe.feishu.cn/wiki/wikcnR3wHyfVDrYW2TteaUzAnlh?fromScene=spaceOverview

@microsoft-github-policy-service agree company="idea2app.cn"

> Could you provide your ts version? `5.7.3`

> thanks, typings are fixed for me @attilaorosz my error is fixed with `[email protected]` & `[email protected]`.

Sorry for late reply. I found some compatibility issues with ECharts core in plain HTML (such as handwrite files, SSG or SSR), but everything is okay in CSR pages: 1....