When we close a popup and re-opens it, the header and the bookmarks didn't appear. There might be some issue while creating a div for popup.
This is the error message :
bookmarks.js:168 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.
at createCatPopup (bookmarks.js:168)
at HTMLDivElement.showPopup (bookmarks.js:199)
createCatPopup @ bookmarks.js:168
showPopup @ bookmarks.js:199
bookmarks.html:1 Error handling response: TypeError: Cannot read property 'appendChild' of null
at chrome-extension://jjlegaollffncjalafkgmbljjnhgodbp/src/bookmarks.js:165:17
at Array.map ()
at chrome-extension://jjlegaollffncjalafkgmbljjnhgodbp/src/bookmarks.js:158:15
When we close a popup and re-opens it, the header and the bookmarks didn't appear. There might be some issue while creating a div for popup.
This is the error message :
bookmarks.js:168 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'. at createCatPopup (bookmarks.js:168) at HTMLDivElement.showPopup (bookmarks.js:199) createCatPopup @ bookmarks.js:168 showPopup @ bookmarks.js:199 bookmarks.html:1 Error handling response: TypeError: Cannot read property 'appendChild' of null at chrome-extension://jjlegaollffncjalafkgmbljjnhgodbp/src/bookmarks.js:165:17 at Array.map ()
at chrome-extension://jjlegaollffncjalafkgmbljjnhgodbp/src/bookmarks.js:158:15