My problem is, that I need to reload a component which is containing an image by another component. The image is generated by a function/controller and has thus always the same location/URL.
The reload triggered by the second component reloads the first component but doesn't update the image loaded within the first component
Thus, my question is: How can I update/reload the image loaded by the first component?
Thanks for any support!
Regards Clemens