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
Expected behavior:
It would be nice to be able to change the footer text (currently hardcoded: {activeView} of {totalViews}) without replacing the whole Footer component.
Actual behavior:
The only option to change the text (as far as I can see) is to override the Footer component. It would be more convenient to have it included in the already existing formatters object:
Steps to reproduce the behavior:
/
Expected behavior:
It would be nice to be able to change the footer text (currently hardcoded:
{activeView} of {totalViews}
) without replacing the wholeFooter
component.react-images/src/components/Footer.js
Lines 112 to 117 in 89ba278
Actual behavior:
The only option to change the text (as far as I can see) is to override the Footer component. It would be more convenient to have it included in the already existing
formatters
object:react-images/src/formatters.js
Lines 66 to 74 in 89ba278
The text was updated successfully, but these errors were encountered: