Helium-Z

Results 19 comments of Helium-Z

锚点的默认值本质上是由 `window.location.hash` 决定的吧?所以给锚点设置默认值是希望达到什么效果呢?

上边提供的掘金链接无法打开。 看起来 `ConfigProvider` 设置 `getPopupContainer` 是可以生效的 https://codesandbox.io/s/suspicious-julien-5ckhc3?file=/demo.js。

Why this change is necessary? Is there any problem with init project via shell?

@SwankyTigerYY 请将此 Issue 移动至对应的 Arco Pro 或者 Arco Pro Vue 仓库中。

能否在 Codepen 里边复现上述问题呢?

是处于 Git 工作区内吗?`git status` 是否存在未保存的内容。

Here is the error details: ```bash [ERROR] unhandledRejection TypeError: Cannot read properties of undefined (reading 'type') at next (/Users/helium/workspace/pas/node_modules/@rspack/lite-tapable/dist/index.js:486:21) at /Users/helium/workspace/pas/node_modules/@rspack/lite-tapable/dist/index.js:516:29 at Object.fn (/Users/helium/workspace/pas/node_modules/@xxx/module-federation-typescript/src/plugins/FederatedTypesPlugin.js:70:21) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) ``` And here...

> > at Object.fn (/Users/helium/workspace/pas/node_modules/@xxx/module-federation-typescript/src/plugins/FederatedTypesPlugin.js:70:21) > > Seems this error is caused by another plugin which touches the internal objects of tapable, perhaps need a repro project to find out...