@eui/core 15.0.0-rc.17 → 15.0.0-rc.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4094,7 +4094,7 @@ class LocaleService extends EuiService {
4094
4094
  */
4095
4095
  updateState(state) {
4096
4096
  try {
4097
- const id = getLocaleId(state.id);
4097
+ const id = this.localeMapper(state.id);
4098
4098
  this.store.dispatch(new UpdateLocaleStateAction({ ...state, id }));
4099
4099
  // update global TOKEN ID based on configuration
4100
4100
  if (this.config.affectGlobalLocale) {