portal
portal copied to clipboard
Bumps the npm_and_yarn group with 1 update in the / directory: [gh-pages](https://github.com/tschaub/gh-pages). Updates `gh-pages` from 3.2.3 to 6.1.1 Release notes Sourced from gh-pages's releases. v6.1.1 Fixes fix: Add missing cname...
在最外层设置了cssinjs StyleProvider 的container 当插入scroll locker样式时 期望结果:插入到设置的container中, 实际结果:插入到了默认header位置。 看了下代码,updateCss没有传入要插入的位置 
链接地址不对,rc-portal 是其他的包,应该切换为@rc-component/portal
When I am using portal component in a non browser environment, element in here is null: ``` const [ele] = React.useState(() => { if (!canUseDom()) { return null; } ```...

## Summary by CodeRabbit ## 发行说明 - **依赖更新** - 将包版本从 `1.1.2` 升级到 `2.0.0` - 替换 `rc-util` 依赖为 `@rc-component/util` - 更新 React 类型定义到最新版本 - **代码改进** - 更新导入路径和模块引用 - 增强 TypeScript 类型安全性...
Fix for the following error: error-boundary-callbacks.ts:80 Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested...
react-dom-client.development.js:3860 Uncaught Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite...