Everything was running smoothly in my project until I decided to upgrade the Angular version from 14 to 16. Now, when I try to execute 'ng serve', an error is thrown and here it is:
Error: src/app/paginas/descripcion/descripcion.component.ts:1084:46 - error TS2839: This condition will always return 'true' since JavaScript compares objects by reference, not value.
1084 if (data != undefined || data != []) {