csr632
csr632
这个文档我已经放在语雀上了,以那里的为准吧。 https://yuque.antfin-inc.com/multix/module/cr7eb2
Notice the key point to reproduce this bug: in `vite.config.ts`, I configure the `@vitejs/plugin-react` plugin to handle `.mdx` file, so it will **do react-refresh transform** to the `.mdx` file. Then...
I think we can fix it by turning this `_createMdxContent()` call into a component render ():  So that the react hooks belongs to a nested component instead of the...
Hi @ChristianMurphy ! I think it breaks the rule of hooks because it calls the hooks conditionally (in a very tricky way). When the hmr happened, the bundler will re-fetch...
多谢指出问题,我们最近正在做新主题的实现和新官网的开发,所以有一段时间没有打理旧的站点了。 这个站点会在这个月更新一版,到时候我再关掉此issue~
> 官网搞好了吗?都过去 2 个月了 新官网已经上线了: http://xconsole.cloud/cloudbench/component/
@Hooper93 第一个问题和第三个问题今天已经修复了,您刷新一下试试。 第二个问题我们没有复现出来,能帮忙看一下控制台有没有报错吗。 欢迎继续提出问题哈,我们后面会继续优化的!
console design设计中,所有标题的下拉操作都用的三角形下拉,背景色#EDF0F4。实现的时候可以参考这里的下拉三角按钮: https://csr632.gitee.io/alibabacloud-console-components/biz-components/rc-console-menu#%E5%8F%AF%E5%88%87%E6%8D%A2header%E7%9A%84%E5%AF%BC%E8%88%AA%E8%8F%9C%E5%8D%95
you need to run `.\node_modules\.bin\ngc -p .\tsconfig.json` to generate `ngfactory` first.
This project is not actively maintained.