Currently working on a new Angular 13 project and running into an error:
TypeError: Unable to access properties of null (reading 'getParsed') at .../main.2506c840be361c93.js:1:325924 at Array.filter () at nd._getActiveElements (.../main.2506c840be361c93.js:1:325808) at nd.handleEvent (.../main.2506c840be361c93.js:1:325525) at Object.afterEvent (.../main.2506c840be361c93.js:1:326752) at Fe (.../main.2506c840be361c93.js:1:152333) at Au._notify (.../main.2506c840be361c93.js:1:256447) at Au.notify (.../main.2506c840be361c93.js:1:256268) at ta.notifyPlugins (.../main.2506c840be361c93.js:1:275524) at ta._eventHandler (.../main.2506c840be361c93.js:1:276188)
I have extensively searched for any occurrences of ".getParsed" throughout the entire application but could not find any matches. The same goes for node_modules. Is there anyone here who has encountered this issue before?
Thank you in advance :)