chuyun
chuyun
replace deprecated addAttribute methods with setAttribute replace deprecated Handlers.get() methods with manager.getHandler()
### 相关平台 微信小程序 **小程序基础库: 2.21.2** **使用框架: Taro V2** ### 复现步骤 import { useSelector, useDispatch } from '@tarojs/redux' 小程序组件中使用 useDispatch useSelector等API,在页面退出时,页面及组件实例不会被释放 ### 期望结果 正常释放页面及组件实例 ### 实际结果 无法释放,导致内存泄漏问题 ### 环境信息 ``` 👽...
### What problem does this feature solve? 对于 node 及 deno 等调用时,由于不能提供 DOM 节点,所以无法直接使用 echarts 进行图表渲染,对于很多地方提到的echarts.setCanvasCreator由于是私有方法,不支持直接调用,希望 echarts 可以支持直接传入canvas 的上下文对象, 或者提供一下直接传递context的方法,谢谢 参考 antv-F2: https://f2.antv.vision/zh/docs/tutorial/manual/node-env ### What does the proposed API look...
(cherry picked from commit 6c990033c7a8d82a816121b7d8fc82dcd076cfa5) #### Description fix the eoi component displays an exception under the block type error ui: correct ui #### Notion Test Page ID
Services deployed via Dokploy Inaccessible After Customizing Traefik Ports via Environment Variables
### To Reproduce 1. Customize the `TRAEFIK_PORT` and `TRAEFIK_SSL_PORT` environment variables as per the instructions in #130 . 2. Restart the relevant services. 3. Attempt to access the services through...