Cannot read property 'getHostNode' / 'Text' of null
- Dominant language
- JavaScript
- Stars
- 8.5k
- Forks
- 512
- PR merge metrics
- No merged PRs in 30d
Description
Getting this error while importing the data into DejaVu UI.
```
Uncaught TypeError: Cannot read property 'Text' of undefined
at t.EsTypes (app.js?v=1:34)
at new e (app.js?v=1:57)
at t.value (app.js?v=1:57)
at t.value (app.js?v=1:57)
at d.performInitialMount (app.js?v=1:57)
at d.mountComponent (app.js?v=1:57)
at Object.mountComponent (app.js?v=1:34)
at Object.updateChildren (app.js?v=1:57)
at h._reconcilerUpdateChildren (app.js?v=1:57)
at h._updateChildren (app.js?v=1:57)
t.EsTypes @ app.js?v=1:34
e @ app.js?v=1:57
value @ app.js?v=1:57
value @ app.js?v=1:57
performInitialMount @ app.js?v=1:57
mountComponent @ app.js?v=1:57
mountComponent @ app.js?v=1:34
updateChildren @ app.js?v=1:57
_reconcilerUpdateChildren @ app.js?v=1:57
_updateChildren @ app.js?v=1:57
updateChildren @ app.js?v=1:57
_updateDOMChildren @ app.js?v=1:57
updateComponent @ app.js?v=1:57
receiveComponent @ app.js?v=1:57
receiveComponent @ app.js?v=1:34
updateChildren @ app.js?v=1:57
_reconcilerUpdateChildren @ app.js?v=1:57
_updateChildren @ app.js?v=1:57
updateChildren @ app.js?v=1:57
_updateDOMChildren @ app.js?v=1:57
updateComponent @ app.js?v=1:57
receiveComponent @ app.js?v=1:57
receiveComponent @ app.js?v=1:34
_updateRenderedComponent @ app.js?v=1:57
_performComponentUpdate @ app.js?v=1:57
updateComponent @ app.js?v=1:57
performUpdateIfNecessary @ app.js?v=1:57
performUpdateIfNecessary @ app.js?v=1:34
s @ app.js?v=1:34
perform @ app.js?v=1:40
perform @ app.js?v=1:40
perform @ app.js?v=1:34
S @ app.js?v=1:34
closeAll @ app.js?v=1:40
perform @ app.js?v=1:40
batchedUpdates @ app.js?v=1:57
l @ app.js?v=1:34
r @ app.js?v=1:43
enqueueSetState @ app.js?v=1:43
r.setState @ app.js?v=1:57
value @ app.js?v=1:57
value @ app.js?v=1:57
onConfirm @ app.js?v=1:57
(anonymous) @ app.js?v=1:57
setTimeout (async)
value @ app.js?v=1:57
r @ app.js?v=1:43
i @ app.js?v=1:43
s @ app.js?v=1:43
f @ app.js?v=1:34
m @ app.js?v=1:34
r @ app.js?v=1:57
processEventQueue @ app.js?v=1:34
r @ app.js?v=1:57
handleTopLevel @ app.js?v=1:57
o @ app.js?v=1:57
perform @ app.js?v=1:40
batchedUpdates @ app.js?v=1:57
o @ app.js?v=1:34
dispatchEvent @ app.js?v=1:57
Show 14 more frames
```
Contributor guide
Assessment
This issue has not been assessed yet.