Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Incorrect "base hook" is generate for newly added preprocess hooks which contain more than one depth (more than one set of "__"). The hooks should look for the largest match, but the pattern to find base hooks always removed all theme suggestion except for most base hook.
For instance: "menu__main__region"
Should check for base hook of "menu__main", then "menu". Instead it just skips to checking for "menu" only.