Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with LoadableComponent. Null reference. #39

Open
ssukienn opened this issue Mar 15, 2020 · 0 comments
Open

Problem with LoadableComponent. Null reference. #39

ssukienn opened this issue Mar 15, 2020 · 0 comments

Comments

@ssukienn
Copy link

During routing between different paths I often encounter below error. Need to refresh page. Can't find deterministic cause for this. Any ideas, suggestions? Not sure if bug or problem with my setup

Cannot read property 'loading' of null

TypeError: Cannot read property 'loading' of null
    at LoadableComponent.loadModule (webpack:///./node_modules/@pawjs/pawjs/src/components/Loadable.js?:297:18)
    at LoadableComponent.loadModule (webpack:///./node_modules/react-hot-loader/dist/react-hot-loader.development.js?:730:25)
    at LoadableComponent.componentWillMount (webpack:///./node_modules/@pawjs/pawjs/src/components/Loadable.js?:246:14)
    at callComponentWillMount (webpack:///./node_modules/@hot-loader/react-dom/cjs/react-dom.development.js?:2576:299)
    at mountClassInstance (webpack:///./node_modules/@hot-loader/react-dom/cjs/react-dom.development.js?:2579:216)
    at updateClassComponent (webpack:///./node_modules/@hot-loader/react-dom/cjs/react-dom.development.js?:3061:81)
    at beginWork$1 (webpack:///./node_modules/@hot-loader/react-dom/cjs/react-dom.development.js?:3430:943)
    at HTMLUnknownElement.callCallback (webpack:///./node_modules/@hot-loader/react-dom/cjs/react-dom.development.js?:127:102)
    at Object.invokeGuardedCallbackDev (webpack:///./node_modules/@hot-loader/react-dom/cjs/react-dom.development.js?:147:45)
    at invokeGuardedCallback (webpack:///./node_modules/@hot-loader/react-dom/cjs/react-dom.development.js?:162:126)
Component Stack:

    in AppContainer (created by HotExportedApp)
    in HotExportedApp
    in ErrorBoundary

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant