Matt Butler

Results 5 comments of Matt Butler

I think I understand the issue now. My images are not part of the assetsByChunkName attribute in the manifest.json file. This helper will not find my image assets: `*webpack_asset_paths('file', extension:...

I found another work around by just making a css class for every image. I am also using the webpack url/file loader. ``` html ``` ``` css .graphic { background-image:...

@rxaviers , Thanks again for your diligent responses. ``` +---------------+ +--------------+ | /Module_1 | |/Module_2 | | /messages | | /messages | | en.json | | en.json | | de.json...

Just out of curiosity, what is your recommended approach for when messages/locales are missing?

Have you considered updating the props to slotProps to include options for popper and adornment? This would align with the conventions in the latest MUI version.