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 supposed to be setup.
In v5 and prior, Keycloakify only provided of customizing internationalized message.
The message termsTitle () was replaced by a blank string in v5. If you want to do the same in v6 you have to use the new .
If you have performed a modification at the component level of the Terms.tsx component be mindful 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 .