Right now image component is not on point in a number of ways:
- offers very little functionality
- is not designed to work with SSR (right now error/loading demos do not work properly. loading - works only for image updates, error - works only for non ssr), the issue is that when image or its wrapper is
display: none - browser doesn't load image, so onload and onerror triggers do not happen.
We have to improve that.
I would suggest another round of investigation + implemetation with full rework.
We can take inspiration to Quasar implementation as it's conceptually close to what we're doing.
Right now image component is not on point in a number of ways:
display: none- browser doesn't load image, soonloadandonerrortriggers do not happen.We have to improve that.
I would suggest another round of investigation + implemetation with full rework.
We can take inspiration to Quasar implementation as it's conceptually close to what we're doing.