lilithyang2018

Results 7 issues of lilithyang2018

在lowcode-tools项目中发现某处的props项写法如下图 ![instanceOf](https://github.com/alibaba/lowcode-engine/assets/39897706/20fa996d-597e-4b7d-a15e-17db817a4926) 代码检查时会报错 然后我看了一下lowcode-types那边关于prop-types的源码,复合类型的type只有以下几种 ![prop-types](https://github.com/alibaba/lowcode-engine/assets/39897706/0f72668d-8004-418c-97db-08147fb4fd97) 请问这里的instanceOf,对应的是哪种复合类型?还是说只是想使用IPublicTypeBasicType中的node这种基本类型? 不报错的写法应该是怎样的?

![shell](https://github.com/alibaba/lowcode-engine/assets/39897706/b64a4763-26ff-49dc-857e-716e43448b3d) ![workspace](https://github.com/alibaba/lowcode-engine/assets/39897706/d87efd3b-7fac-47ab-ad02-e867b8ab4a60) 如上图所示 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 ![legacy warning](https://github.com/user-attachments/assets/70586cbb-5177-4f47-8e5f-83b3686c1bcc)

improvement

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...

enhancement