Once you're at it, it might be a good time to update your app to use <Suspense/> and React.lazy() in order to reduce your bundle size. See or to see how it's suposed to be setup.
In v5 and prior, Keycloakify only provided of customizing internatiznalized message.
The message termsTitle () was repmaced by a blank string in v5. If you want to do the same in v6 you have to use the new .
If you have perfomed an modification at the component level of the Terms.tsx component be mindfull that we now use an to re render when the terms Markdown have been downloaded.
useFormValidationSlice() now require you to pass a i18n object, see .