taoliujun
taoliujun
I know `globalThis is not defined` error because it worked in browser like chrome > 70. so i set browserlistrc below. ` > 0.5% in CN android >= 7 chrome...
save my time. Thank you very.....much
### What are you working on? so sorry for my poor english, i am very exciting to share my working on. I rendered a remote pdf file in browser, it...
在`~/packages/hooks/src/useInfiniteScroll/index.ts`的`scrollMethod`方法中引用了`getClientHeight`方法,该方法代码如下: ```typescript const getClientHeight = (el: Document | Element) => { return ( (el as Element).clientHeight || Math.max(document.documentElement.clientHeight, document.body.clientHeight) ); }; ``` 在如上代码中,在业务里body的高度自适应的场景中,返回的其实是`Math.max`中的`document.body.clientHeight`,实际在整个逻辑中,期待返回的应该是`document.documentElement.clientHeight`。
第一次生命周期内,base64Url为空字符串,水印组件引用了空图片,实际上发起了一个location.href的多余请求
### Issue description timezone become `SYSTEM` ### Expected Behavior timezone is always `+08:00`. ### Actual Behavior Before each api request, I print the timezone information before save the data. Find...
渲染丢失部分区域
### 问题描述 g2版本:5.1.22。 我在使用g2默认渲染引擎canvas,页面上同时渲染渲染了3个一样配置的折线图,只是数据源不一样。 每几秒钟,3个数据源都会更新。我发现,折线图有几率绘制不完整。 切换到 WebGL、SVG渲染引擎后,是正常绘制的。 **我检查过,绘制异常的时候,数据结构都是正常的。** 如图: 正常效果:  绘制异常:  ### 重现链接 _No response_ ### 重现步骤 _No response_ ### 预期行为 _No response_ ### 平台 - 操作系统: macOS...
macOS: 13.7 (22H123)
官网访问不了了?