Guo Yunhe
Guo Yunhe
I did a performance test with vitest: | Source | ops/sec (higher is better) | |---------------------------|----------------------------| | lodash | 5.24m | | you don't need lodash | 4.31m | |...
**Current behavior:** @emotion/server throws error on Remix Oxygen runtime. ``` Error: Dynamic require of "stream" is not supported at file:///home/guo/git/material-ui/examples/material-ui-remix-ts/dist/worker/index.js?t=1700662329530.0657:11:9 at node_modules/.pnpm/[email protected]/node_modules/through/index.js (file:///home/guo/git/material-ui/examples/material-ui-remix-ts/dist/worker/index.js?t=1700662329530.0657:30080:18) at file:///home/guo/git/material-ui/examples/material-ui-remix-ts/dist/worker/index.js?t=1700662329530.0657:17:50 at node_modules/.pnpm/@[email protected]/node_modules/@emotion/server/create-instance/dist/emotion-server-create-instance.cjs.dev.js (file:///home/guo/git/material-ui/examples/material-ui-remix-ts/dist/worker/index.js?t=1700662329530.0657:32189:19) at file:///home/guo/git/material-ui/examples/material-ui-remix-ts/dist/worker/index.js?t=1700662329530.0657:17:50...
/etc/sddm.conf ```ini [Theme] Current=breeze CursorTheme=breeze_cursors [Users] MaximumUid=60000 MinimumUid=1000 [X11] ServerArguments=-dpi 144 ``` 14 inch 1080p screen looks like:  But when using `-dpi 143`, the scale is decreased a lot:...
Thanks for the package! It is really helpful. In my project, I download a large zip file and then unzip it. Currently, I have to first save the zip on...
能进一步减少打包体积
### Version of antd-mobile 5.33.0 ### What is this feature about? 不管是 lodash 还是 lodash-es, 即使正确的 tree-shaking, 都会带来几十 KB 的体积(antd-mobile 实际上只用了 4 个 lodash 函数),是否可以用更轻量化的库来替换,或者使用原生代码替代 https://youmightnotneed.com/lodash/
### Version of antd-mobile 5.34.0 ### Operating system and its version Android, Others ### Browser and its version _No response_ ### Sandbox to reproduce https://mobile.ant.design/zh/components/passcode-input/ ### What happened? 看官网的例子,点击数字键盘,无法输入 ###...
### Version of antd-mobile 5.33.0 ### What is this feature about? 目前 `Ellipsis` 组件的 `content` 属性只支持 string,不支持 html/jsx。如果需要折叠的文本包含链接,则无法使用 Ellipsis。目前已经有一些第三方的组件实现 html 的省略 https://xiaody.github.io/react-lines-ellipsis/?html 但是缺点是不支持展开/折叠。
### Version of antd-mobile 5.33.0 ### Operating system and its version Others ### Browser and its version _No response_ ### Sandbox to reproduce https://mobile.ant.design/components/infinite-scroll/ ### What happened? 访问英文文档时,demo 中的内置文案仍然显示中文: ...
Fix #6500