- 待开发小程序隐私设置请求报47001是为什么?
[图片]没看到哪里有问题啊
2024-03-05 - Namespace 'React' has no exported member 'JSX'怎么办?
node_modules/react-router-dom/dist/index.d.ts:36:107 - error TS2694: Namespace 'React' has no exported member 'JSX'. 36 export declare function BrowserRouter({ basename, children, future, window, }: BrowserRouterProps): React.JSX.Element; ~~~ node_modules/react-router-dom/dist/index.d.ts:47:101 - error TS2694: Namespace 'React' has no exported member 'JSX'. 47 export declare function HashRouter({ basename, children, future, window, }: HashRouterProps): React.JSX.Element; ~~~ node_modules/react-router-dom/dist/index.d.ts:60:101 - error TS2694: Namespace 'React' has no exported member 'JSX'. 60 declare function HistoryRouter({ basename, children, future, history, }: HistoryRouterProps): React.JSX.Element; ~~~ node_modules/react-router/dist/lib/components.d.ts:139:87 - error TS2694: Namespace 'React' has no exported member 'JSX'. 139 export declare function Await({ children, errorElement, resolve }: AwaitProps): React.JSX.Element; node_modules/react-router/dist/lib/hooks.d.ts:123:77 - error TS2694: Namespace 'React' has no exported member 'JSX'. 123 render(): string | number | boolean | Iterable<React.ReactNode> | React.JSX.Element | null | undefined; Found 5 errors in 3 files. Errors Files 3 node_modules/react-router-dom/dist/index.d.ts:36 1 node_modules/react-router/dist/lib/components.d.ts:139 1 node_modules/react-router/dist/lib/hooks.d.ts:123
2023-10-08