enjoy-wind
enjoy-wind
React class component arrow function cannot be recognized. Example Content: import React from 'react' class test extends React.Component{ constructor(props) { super(props); this.state = { } } initData = (item) =>{...
FilePath: "src/App.js" Line: 321 Content:
东哥,我是一个积极阳光开源的boy,是否可以白嫖一波代码,后面在产品的设计探讨上和代码上给予涌泉回报。
### Describe the bug 有时候我们网站需要根据不同屏幕做自适应,可能会采用不同分辨率等比缩放,但是和等比缩放功能一起用时,拖动元素位置就发生了偏差。 具体表现:光标的位置和元素的位置就分离了。 缩放代码: ### Reproduction prod ### System Info ```Shell chrome ``` ### Used Package Manager npm ### Validations - [X] Follow our [Code of Conduct](https://github.com/vueuse/vueuse/blob/main/CODE_OF_CONDUCT.md)...
- [ ] 我已经在 [issues](https://github.com/alibaba/arthas/issues) 里搜索,没有重复的issue。 ### 环境信息 * `arthas-boot.jar` 或者 `as.sh` 的版本: xxx * Arthas 版本: xxx * 操作系统版本: xxx * 目标进程的JVM版本: xxx * 执行`arthas-boot`的版本: xxx ### 重现问题的步骤 1....
**描述错误**  **重现** 1. 第一步操作: 2. 第二步操作: 3. 第三步操作: 4. 最后看到了什么错误: **期望的结果** 期望备注信息支持换行,并且支持默认收集到备注框的长和高信息 **屏幕截图或演示** **环境:** - 操作系统: - 浏览器 版本号: - Luckysheet版本:2.1.13 **备注**
- [ ] I have searched the [issues](https://github.com/alibaba/formily/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [](https://codesandbox.io/s/k7v6nt?file=/src/App.vue) ### Steps to reproduce 通过设置fileList值,但是默认图片没有显示出来...
### Describe the bug 集成此插件,webstorm无法追溯定位引入的组件. ### Reproduction 无 ### System Info ```Shell mac ``` ### Used Package Manager npm ### Validations - [X] Follow our [Code of Conduct](https://github.com/antfu/.github/blob/main/CODE_OF_CONDUCT.md) - [X]...
### Bug 描述 Bug description 由于浏览器优化原因,当屏幕不可见时,setTimeout会延迟触发,而源码中setTimeout在轮训时使用,所以推荐使用work-times代码提setTimeout. 场景: 有一些驾驶舱页面,登陆时长比较短,通过配置轮询完成token重置,保证登陆持续性 ### 代码重现 Reproduce ### 期望结果 Desired result 轮询时间准确 ### 其他信息 Other information
- [是 ] 我已经在 [issues](https://github.com/alibaba/arthas/issues) 里搜索,没有重复的issue。 ### 环境信息 * Arthas 版本: 3.7.2 ### 重现问题的步骤 在私有化部署中,往往公司对外只提供一个端口,所以arthas端口和网站端口冲突,我想在athras的web-console里面增加path,来区分系统,但是目前web-console静态文件不支持相对路径.  ### 期望的结果 期望这里支持相对路径 ### 实际运行的结果 实际运行结果,最好有详细的日志,异常栈。尽量贴文本。 ``` 把异常信息贴到这里 ```