DUPLICATE: TypeError: Cannot read properties of null (reading 'closest')

Browser: Chrome 110
OS: Windows

Below is showing up in my logs from any admin page:

TypeError: Cannot read properties of null (reading 'closest')

Traced to:

/wp-content/themes/bricks/assets/js/admin.min.js in bricksAdminMaintenanceTemplateListener at line 1353:3
function bricksAdminMaintenanceTemplateListener() {
	let maintenanceTemplateSelect = document.getElementById('maintenance-template')
	let renderFooterWrapper = document
		.getElementById('maintenanceRenderFooter')
		.closest('.setting-wrapper')
	let renderHeaderWrapper = document
		.getElementById('maintenanceRenderHeader')
		.closest('.setting-wrapper')

Not sure what impact this has but reporting it for you to check.

Hi,

thank you for your report. We are aware of the issue and it will be fixed in the next version.
I’ve marked this topic as a duplicate and close it, since there already exists such a report on the link below:

Once the fix is released, we will update that topic.

Thank you,
Matej