Eiinu

Results 64 comments of Eiinu

迁移 v9 的前置依赖: - [x] 迁移至 ESLint Flat Config:https://github.com/jdf2e/nutui/pull/3003 - [x] https://github.com/typescript-eslint/typescript-eslint/issues/8211 - [x] eslint-plugin-vue https://github.com/vuejs/eslint-plugin-vue/releases/tag/v9.24.1 - [x] https://github.com/eslint-community/eslint-stylistic/pull/337

抖音开发者工具 IDE 4.2.3,无法复现。可以提供一个完整的最小可复现 demo 仓库。

看上去 `3.6-rs` 分支的 `default-youshu` 模板依然是有问题的。 https://github.com/NervJS/taro-project-templates/blob/dbec1b5613db1e3883a599d1e5814ea1a4d785e9/default-youshu/package.json.tmpl#L53

首先 `@tarojs/plugin-html` 的版本应该与其他 Taro 包保持一致

可以提供一个可复现的代码用于排查问题。有可能与 focus 属性的设置有关系

> 请问如何解决掉这个报错警告?很烦人! React 版本

入口文件中已经引入了全局 css 样式,不需要再次引入组件的样式了。

此 PR 存在无法覆盖到的场景,不能合并,需要重新设计方案。

https://github.com/jdf2e/nutui/blob/1b105983d9c497e79cd58361b1afc6c0696f2f97/src/packages/__VUE/input/index.taro.vue#L229-L230 已知问题,由于小程序的非完全受控 input 组件 & Taro 框架处理逻辑,难以在单次 emit 过程中完成 Input 组件视图、数据的更新。