This is unfortunate especially on the code that uses i18n in any form.
Our wizard is using data from previous page, that we cannot access directly from the props wizardData, because it is under the stepName that is a translated string, it changes with changing the application language. Making us lose the state.
Please extend the steps object with the optional stepTitle or stepText that is used for displaying under the icon, so that we can have a non-chaning stepName, and different translations.