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
Renamed ImageLoader & Exposed it directly (2ca789b)
BREAKING CHANGES
ImageLoader is renamed FileImageLoader.
If you were previously importing ImageLoader via the Viewer like this import ImageLoader from 'cozy-ui/transpiled/react/Viewer/ImageLoader' this no longer works, there is a more direct path: import ImageLoader from 'cozy-ui/transpiled/react/ImageLoader. The method checkImageSource has been moved also from Viewer folder to ImageLoader folder.