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
refactor(image): introduce util function for image props (#707)
* feat(image): introduce resolveImageSource function to streamline image prop handling
Added a new utility function, resolveImageSource, to consolidate the logic for resolving image source properties (src, width, height, blurDataURL) in the Image component and getImageProps. This change enhances code maintainability and ensures consistent behavior across components.
* tweak
---------
Co-authored-by: Jachin <ygcaicn@gmail.com>
0 commit comments