Uncaught TypeError: Cannot read properties of null (reading 'get') on leads module record view

Hi All,

When I open any record and check in developer console(F12) it's shows error as "FATAL[2022-9-27 4:45:45]: Uncaught TypeError: Cannot read properties of null (reading 'get')" and if you try to check from where it's coming "/cache/javascript/base/components_29a4826d9c23fb90e5f73744c95f8727.js" on line 105070 show error for line "this.$el.addClass('activity-card-' + options.context.parent.get('module').toLowerCase());".

Error come from below line.

if (options.module == 'Audit') {
// this is a change card, use parent module to add class so correct module icon will be displayed
this.$el.addClass('activity-card-' + options.context.parent.get('module').toLowerCase());

}

Kindly help to resolve this.

Kindest Regards