Untitled
unknown
javascript
3 years ago
4.9 kB
6
Indexable
index.js:1 Warning: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons: 1. You might have mismatching versions of React and the renderer (such as React DOM) 2. You might be breaking the Rules of Hooks 3. You might have more than one copy of React in the same app See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem. console.<computed> @ index.js:1 react.development.js:1620 Uncaught TypeError: Cannot read properties of null (reading 'useState') at useState (react.development.js:1620:1) at DevLoadingView (DevLoadingView.tsx:9:1) at renderWithHooks (react-dom.development.js:14985:1) at mountIndeterminateComponent (react-dom.development.js:17811:1) at beginWork (react-dom.development.js:19049:1) at HTMLUnknownElement.callCallback (react-dom.development.js:3945:1) at Object.invokeGuardedCallbackDev (react-dom.development.js:3994:1) at invokeGuardedCallback (react-dom.development.js:4056:1) at beginWork$1 (react-dom.development.js:23964:1) at performUnitOfWork (react-dom.development.js:22779:1) at workLoopSync (react-dom.development.js:22707:1) at renderRootSync (react-dom.development.js:22670:1) at performSyncWorkOnRoot (react-dom.development.js:22293:1) at scheduleUpdateOnFiber (react-dom.development.js:21881:1) at updateContainer (react-dom.development.js:25482:1) at react-dom.development.js:26021:1 at unbatchedUpdates (react-dom.development.js:22431:1) at legacyRenderSubtreeIntoContainer (react-dom.development.js:26020:1) at render (react-dom.development.js:26103:1) at render (index.js:17:1) at renderApplication (renderApplication.js:23:1) at Object.run (index.js:38:1) at Function.runApplication (index.js:81:1) at registerRootComponent (registerRootComponent.tsx:29:1) at ../../../../twitter_clone/node_modules/expo/AppEntry.js (AppEntry.js:5:1) at __webpack_require__ (bootstrap:789:1) at fn (bootstrap:100:1) at 1 (log.js:59:1) at __webpack_require__ (bootstrap:789:1) at bootstrap:856:1 at bootstrap:856:1 index.js:1 The above error occurred in the <DevLoadingView> component: at DevLoadingView (http://localhost:19006/static/js/bundle.js:2849:73) at withDevTools(App) at div at http://localhost:19006/static/js/bundle.js:42482:25 at div at http://localhost:19006/static/js/bundle.js:42482:25 at AppContainer (http://localhost:19006/static/js/bundle.js:39464:24) Consider adding an error boundary to your tree to customize error handling behavior. Visit https://reactjs.org/link/error-boundaries to learn more about error boundaries. console.<computed> @ index.js:1 react-dom.development.js:23275 Uncaught TypeError: Cannot read properties of null (reading 'useState') at useState (react.development.js:1620:1) at DevLoadingView (DevLoadingView.tsx:9:1) at renderWithHooks (react-dom.development.js:14985:1) at mountIndeterminateComponent (react-dom.development.js:17811:1) at beginWork (react-dom.development.js:19049:1) at HTMLUnknownElement.callCallback (react-dom.development.js:3945:1) at Object.invokeGuardedCallbackDev (react-dom.development.js:3994:1) at invokeGuardedCallback (react-dom.development.js:4056:1) at beginWork$1 (react-dom.development.js:23964:1) at performUnitOfWork (react-dom.development.js:22779:1) at workLoopSync (react-dom.development.js:22707:1) at renderRootSync (react-dom.development.js:22670:1) at performSyncWorkOnRoot (react-dom.development.js:22293:1) at scheduleUpdateOnFiber (react-dom.development.js:21881:1) at updateContainer (react-dom.development.js:25482:1) at react-dom.development.js:26021:1 at unbatchedUpdates (react-dom.development.js:22431:1) at legacyRenderSubtreeIntoContainer (react-dom.development.js:26020:1) at render (react-dom.development.js:26103:1) at render (index.js:17:1) at renderApplication (renderApplication.js:23:1) at Object.run (index.js:38:1) at Function.runApplication (index.js:81:1) at registerRootComponent (registerRootComponent.tsx:29:1) at ../../../../twitter_clone/node_modules/expo/AppEntry.js (AppEntry.js:5:1) at __webpack_require__ (bootstrap:789:1) at fn (bootstrap:100:1) at 1 (log.js:59:1) at __webpack_require__ (bootstrap:789:1) at bootstrap:856:1 at bootstrap:856:1 VM17:2 Uncaught ReferenceError: process is not defined at 4043 (<anonymous>:2:13168) at r (<anonymous>:2:306599) at 8048 (<anonymous>:2:9496) at r (<anonymous>:2:306599) at 8641 (<anonymous>:2:1379) at r (<anonymous>:2:306599) at <anonymous>:2:315627 at <anonymous>:2:324225 at <anonymous>:2:324229 at e.onload (index.js:1:1)
Editor is loading...