question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error while resizing with golden layout: Cannot read property 'appendChild' of null

See original GitHub issue

ezgif com-video-to-gif

index.js:129 Uncaught TypeError: Cannot read property 'appendChild' of null at Object.postRender (index.js:129) at index.js:757 at Array.forEach (<anonymous>) at r.<anonymous> (index.js:756) at m (backbone.js:368) at v (backbone.js:356) at h (backbone.js:155) at r.c.trigger (backbone.js:346) at renderBody (CanvasView.js:263) at I (underscore.js:762)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
artfcommented, Feb 5, 2020

After init/render you can use the simple querySelector and move the DOM wherever you need, but again, I hope you don’t re-render stuff manually

0reactions
Elvincthcommented, Feb 5, 2020

After init/render you can use the simple querySelector and move the DOM wherever you need, but again, I hope you don’t re-render stuff manually

Seems when I move the panel, the editor re-render or load itself again. Any method that can I prevent it re rendeing?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Uncaught Typeerror: Cannot Read Property 'Appendchild' Of Null ...
TypeError: Cannot read property 'componentWillUpdate' of null. #462 On resize I am getting this error and the result is the layout being not...
Read more >
Uncaught TypeError: Cannot read property 'appendChild' of null
The "Cannot read property 'appendChild' of null" error occurs for 2 reasons: Calling the appendChild() method on a DOM element that doesn't ...
Read more >
Untitled
... Null Stack Overflow Error While Resizing With Golden Layout Cannot Read ... Cannot read property of null - ERROR lightning component. b);...
Read more >
Download - GoldenLayout
GoldenLayout- a multi-window javascript layout manager for webapps.
Read more >
uncaught typeerror: cannot read properties of null ... - You.com
You can fix this by checking the result of document.getElementById(id) before proceeding. function changeDrop ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found