MrHertal / react-admin-amplify

AWS Amplify data provider for react-admin.
MIT License
159 stars 42 forks source link

AmplifyImageField in list view does not fetch images. #42

Closed umepon0626 closed 3 years ago

umepon0626 commented 3 years ago

I use AmplifyImageField in a <List> component. However, it does not fetch images in list view. After going to show or edit page and getting back to list page, the only row I went to, shows images but the others does not show.

How should I resolve this problem? Thank you!

umepon0626 commented 3 years ago

According to React dev-tools, the list component does not render an ImageField component.

umepon0626 commented 3 years ago

So sorry, I checked queries and I found that getList query does not return S3Objects...

MrHertal commented 3 years ago

Glad I could help 😊