lilithyang2018
lilithyang2018
在lowcode-tools项目中发现某处的props项写法如下图  代码检查时会报错 然后我看了一下lowcode-types那边关于prop-types的源码,复合类型的type只有以下几种  请问这里的instanceOf,对应的是哪种复合类型?还是说只是想使用IPublicTypeBasicType中的node这种基本类型? 不报错的写法应该是怎样的?
  如上图所示 shell包和workspace包存在循环依赖的问题
框架默认做的是往 `public/index.html` 里注入执行的资源(js 和 css),构建后带 publicPath,其他 html 内容并不会去处理 html 中的其他资源,推荐用 cdn 地址。如果资源在 public 目录下可以用 `/` 索引到根域名,但这种方式对具体部署位置有要求,即资源需要部署在域名跟目录下 _Originally posted by @ClarkXia in https://github.com/alibaba/ice/issues/4411#issuecomment-870405605_ ice配置如下: ```js import { defineConfig } from '@ice/app';...
### Component Table ### Reproduction link [https://codepen.io/lilithyang2018/pen/abMrLYG](https://codepen.io/lilithyang2018/pen/abMrLYG) ### Steps to reproduce 如链接所示 只有在开启虚拟滚动的情况下才会触发onBodyScroll
### Component ConfigProvider ### Feature Description 现有代码中普遍使用的是Legacy Context API, 在React 18的development模式下会报出warning。希望能改用新的Context API,https://react.dev/reference/react/createContext 
the following are the error messages ```bash # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00000000001cd426, pid=1, tid=71 # #...
Problem Description Currently, Yarn Berry's configuration parser supports standard environment variable expansion with default values (e.g., ${VAR:-default_literal}). However, it does not support recursive or nested expansion where the fallback value...