Oct 13, 2022
For CRA 3, it uses the pattern, 'static/media/[name].[hash:8].[ext]', to create the SVG file name. Apparently, it is no longer an 8-digit hash for CRA 5. Hardcoding it to 'static/media/[name].6ce24c58023cc2f8fd88fe9d219db6c6.[ext]' will work.