快乐的梦鱼

Results 3 issues of 快乐的梦鱼

问题说明: 在 Android 12 上无法打开相机,调用后无任何报错或值返回。这个错误在小米、华为、vivo上都有发生,经过检查出问题的手机Android 版本都是Android 12,Android 11的手机正常。 示例代码: ``` import SyanImagePicker from 'react-native-syan-image-picker'; ... SyanImagePicker.openCamera({ imageCount: 1, compress: true, showCropCircle: true, isCrop: true, }, (err, photos) => { if...

非常棒的一个组件,不过使用中有一点小问题。 使用局部导入组件,虽然组件可以成功导入使用,但是编辑器给出了错误,可能是导出组件的 ts 定义存在问题。 错误: ``` 不能将类型“{}”分配给类型“ComponentProps”。\n 类型“{}”缺少类型“typeof import(\"d:/Code/h5-pc-app/web-app/node_modules/c-scrollbar/types/scrollbar\")”中的以下属性: install, CScrollbar ``` ![Snipaste_2023-02-27_10-52-10](https://user-images.githubusercontent.com/32213395/221462071-7812a483-b5e7-4644-a5c4-fd1946ecabd8.jpg) 使用的代码: ```vue ↑ 这里提示错误 ... import { CScrollbar } from 'c-scrollbar'; ``` **虽然不影响使用,但是这里总提示报错,看着也是挺难受的。** 我个人的解决方法:使用 `vue-tsc --declaration` 命令可以自动生成...

### Describe the bug I m using vue-codemirror in vitepress project, it work fine in development mode, but it can not build, i receive this error: ``` ✖ rendering pages......