MG 2.3 Cannot read properties of null

dethfire

Well-known member
My chrome console is giving me these errors

Code:
lightbox-compiled.js?_v=f4318d9c:13 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')
    at b.updateSidebarIcon (lightbox-compiled.js?_v=f4318d9c:13:269)
    at b.initSidebar (lightbox-compiled.js?_v=f4318d9c:11:414)
    at b.onSlideDisplayed (lightbox-compiled.js?_v=f4318d9c:16:377)
    at Object.trigger (core-compiled.js?_v=f4318d9c:8:217)
    at Carousel.ready Carousel.change (lightbox-compiled.js?_v=f4318d9c:26:382)
    at lightbox-compiled.js?_v=f4318d9c:1:7801
    at Array.forEach (<anonymous>)
    at Ae.emit (lightbox-compiled.js?_v=f4318d9c:1:7789)
    at lightbox-compiled.js?_v=f4318d9c:1:122875
    at lightbox-compiled.js?_v=f4318d9c:1:7801Understand this error
core-compiled.js?_v=f4318d9c:9 No element passed in to event.
on @ core-compiled.js?_v=f4318d9c:9Understand this error
lightbox-compiled.js?_v=f4318d9c:13 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')
    at b.updateSidebarIcon (lightbox-compiled.js?_v=f4318d9c:13:269)
    at b.initSidebar (lightbox-compiled.js?_v=f4318d9c:11:414)
    at b.onSlideDisplayed (lightbox-compiled.js?_v=f4318d9c:16:377)
    at Object.trigger (core-compiled.js?_v=f4318d9c:8:217)
    at Carousel.ready Carousel.change (lightbox-compiled.js?_v=f4318d9c:26:382)
    at lightbox-compiled.js?_v=f4318d9c:1:7801
    at Array.forEach (<anonymous>)
    at Ae.emit (lightbox-compiled.js?_v=f4318d9c:1:7789)
    at lightbox-compiled.js?_v=f4318d9c:1:122875
    at lightbox-compiled.js?_v=f4318d9c:1:7801Understand this error
core-compiled.js?_v=f4318d9c:9 No element passed in to event.
on @ core-compiled.js?_v=f4318d9c:9Understand this error
lightbox-compiled.js?_v=f4318d9c:13 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')
    at b.updateSidebarIcon (lightbox-compiled.js?_v=f4318d9c:13:269)
    at b.initSidebar (lightbox-compiled.js?_v=f4318d9c:11:414)
    at b.onSlideDisplayed (lightbox-compiled.js?_v=f4318d9c:16:377)
    at Object.trigger (core-compiled.js?_v=f4318d9c:8:217)
    at Carousel.ready Carousel.change (lightbox-compiled.js?_v=f4318d9c:26:382)
    at lightbox-compiled.js?_v=f4318d9c:1:7801
    at Array.forEach (<anonymous>)
    at Ae.emit (lightbox-compiled.js?_v=f4318d9c:1:7789)
    at lightbox-compiled.js?_v=f4318d9c:1:122875
    at lightbox-compiled.js?_v=f4318d9c:1:7801Understand this error
lightbox-compiled.js?_v=f4318d9c:13 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')
    at b.updateSidebarIcon (lightbox-compiled.js?_v=f4318d9c:13:269)
    at b.closeSidebar (lightbox-compiled.js?_v=f4318d9c:13:122)
    at b.sidebarCheckSize (lightbox-compiled.js?_v=f4318d9c:13:482)Understand this error
lightbox-compiled.js?_v=f4318d9c:13 Uncaught TypeError: Cannot read properties of null (reading 'querySelector')
    at b.updateSidebarIcon (lightbox-compiled.js?_v=f4318d9c:13:269)
    at b.closeSidebar (lightbox-compiled.js?_v=f4318d9c:13:122)
    at b.sidebarCheckSize (lightbox-compiled.js?_v=f4318d9c:13:482)
 
Back
Top Bottom