-
Using React 18 I get the following error, using React 17 I don't get the following error.
```
Uncaught (in promise) TypeError: Cannot read properties of null
(reading 'removeAttribute') at eval…
-
l7-react在react18环境下报错
-
### How can we reproduce the crash?
_No response_
### Relevant log output
_No response_
### Stack Trace (bun.report)
Bun v1.1.18 ([`5a0b935`]()) on windows x86_64 [InstallCommand]
**panic**: I…
-
控制台报错
Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reac…
-
## 问题描述
> 问题的具体描述
子应用window.location.reload失效
## 复现步骤
1.在组件内写上时间戳渲染到页面
2.点击按钮window.location.reload()
3. 页面的时间戳没有更新
## 上传截图
> 请上传代码截图、控制台、终端等截图以帮助我们了解您的问题。
## 复现仓库
> 请提供一个精简的代码仓库,然后上传到…
-
let [state, setState] = React.useState('');
useEffect(() => {
console.log(state);
},[state]);
const update = () => {
startTransition(() => setState(state => state + 'A…
-
### Describe the bug
TypeError: Cannot read properties of undefined (reading 'ReactCurrentDispatcher')
`"use client";
import { TonConnectUIProvider } from "delab-tonconnect-ui-react";
export fun…
-
I'm looking at how to implement SSR emotion with react 18.
React18 made renderToPipeableStream method the new recommended way and deprecated the renderToNodeStream method.
The documentation only s…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Which Component
next15 不支持semi-design
### Semi Version
_No response_
### Current Behavior
_No response_
#…
-
在react18上使用 npm安装会报错 求更新一下版本号