You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You always go back to the "Anatomies" project (second one at moment of writing this)
Noticed in #332 but already happened in Angular v16. In Angular v17, a warning started appearing in the console:
http-json-fetcher.service.ts:16 NG02952: The NgOptimizedImage directive (activated on an <img> element with the ngSrc="/projects/fresh-cut/design-book/6.jpg?updatedAt=1699455369751") has detected that the height of the fill-mode image is zero. This is likely because the containing element does not have the CSS 'position' property set to one of the following: "relative", "fixed", or "absolute". To fix this problem, make sure the container element has the CSS 'position' property defined and the height of the element is not zero.
The text was updated successfully, but these errors were encountered:
You always go back to the "Anatomies" project (second one at moment of writing this)
Noticed in #332 but already happened in Angular v16. In Angular v17, a warning started appearing in the console:
http-json-fetcher.service.ts:16 NG02952: The NgOptimizedImage directive (activated on an <img> element with the ngSrc="/projects/fresh-cut/design-book/6.jpg?updatedAt=1699455369751") has detected that the height of the fill-mode image is zero. This is likely because the containing element does not have the CSS 'position' property set to one of the following: "relative", "fixed", or "absolute". To fix this problem, make sure the container element has the CSS 'position' property defined and the height of the element is not zero.
The text was updated successfully, but these errors were encountered: