technology:
react-rails
gem v 2.4.7"@shopify/polaris": "4.2.1"
Problem:
I used the polaris Filters component to filter through a table of mine following the docs. My filters and table are similar to the 'Filtering with a data table' example found here https://polaris.shopify.com/components/lists-and-tables/filters#navigation, however I cannot get the 'More filters' text on the button that toggles the non-promoted filters sheet (https://polaris.shopify.com/components/overlays/sheet#navigation) to appear:
The sheet that appears once that button is clicked also includes two buttons on the button that do not have any descriptive text. The button on the bottom right closes the sheet and the one on the left does nothing:
Questions:
shortcut: true
?Add:
import enTranslations from '@shopify/polaris/locales/en.json';
Then include it in the AppProvider
component:
<AppProvider i18n={enTranslations}>