You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TypeError: Cannot read property 'getWrappedInstance' of null
at Chat.saveHistoryRef (app.bundle.js:4408)
at detachRef (app.bundle.js:20390)
at Object.ReactRef.detachRefs (app.bundle.js:20445)
at Object.unmountComponent (app.bundle.js:4092)
at Object.unmountChildren (app.bundle.js:24781)
at ReactDOMComponent.unmountChildren (app.bundle.js:24554)
at ReactDOMComponent.unmountComponent (app.bundle.js:22872)
at Object.unmountComponent (app.bundle.js:4093)
at ReactCompositeComponentWrapper.unmountComponent (app.bundle.js:25211)
at Object.unmountComponent (app.bundle.js:4093)
I get this error when trying to unmount the React Chat component. The error occurs at the saveHistoryRef function because the passed historyWrapper is null:
I get this error when trying to unmount the React Chat component. The error occurs at the
saveHistoryRef
function because the passedhistoryWrapper
is null:This simple code generates the error.
Can we add a null check, like in #782 ?
The text was updated successfully, but these errors were encountered: