DebugReact icon indicating copy to clipboard operation
DebugReact copied to clipboard

不知道为啥一直报这个错误

Open liulei-studyshx opened this issue 1 year ago • 2 comments

DebugReact/src/react/packages/react-reconciler/src/ReactFiberDevToolsHook.js: Missing semicolon. (44:7)

42 | import {disableLogs, reenableLogs} from 'shared/ConsolePatchingDev'; 43 |

44 | declare const REACT_DEVTOOLS_GLOBAL_HOOK: Object | void; | ^ 45 | 46 | let rendererID = null; 47 | let injectedHook = null;

使用的react的commit9e3b772b8cabbd8cadc7522ebe3dde3279e79d9e,最新的react也尝试过也报同样的错误

liulei-studyshx avatar Jun 20 '24 08:06 liulei-studyshx

1

Sunny-117 avatar Feb 03 '25 12:02 Sunny-117

2

bubucuo avatar Feb 13 '25 06:02 bubucuo