Iris
: Add chat in lectures
#58734
Annotations
2 warnings
TypeScript Code Style:
src/main/webapp/app/overview/course-lectures/course-lecture-details.component.ts#L143
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
|
TypeScript Code Style:
src/main/webapp/app/shared/metis/posting-reactions-bar/posting-reactions-bar.component.ts#L223
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
Loading