Describe the bug
the component currently spreads props but then overwrites onLoad without preserving any client handler.
Expected behavior
our custom Image component should be called AFTER setLoading(false) to avoid overwriting client logic. this allows the possibility for client code to provide their own onLoad handler.
Describe the bug
the component currently spreads props but then overwrites onLoad without preserving any client handler.
Expected behavior
our custom
Imagecomponent should be called AFTERsetLoading(false)to avoid overwriting client logic. this allows the possibility for client code to provide their own onLoad handler.