Weird LUA error ? Help

Error below, happens anytime my mouse hovers over the crossed swords minimap icon. gives you the progress of old content, mine shows kyrian completed.
I have removed ALL minimap associated mods and it persists.

Message: …terface/AddOns/Blizzard_Minimap/Mainline/Minimap.lua:933: bad argument #1 to ‘SetText’ (Usage: self:SetText(text [, color, alpha, wrap]))
Time: Mon Feb 2 11:37:45 2026
Count: 1
Stack:
[Interface/AddOns/Blizzard_Minimap/Mainline/Minimap.lua]:933: in function ‘SetTooltip’
[Interface/AddOns/Blizzard_Minimap/Mainline/Minimap.lua]:939: in function <…terface/AddOns/Blizzard_Minimap/Mainline/Minimap.lua:938>
[C]: ?

Locals:
self = ExpansionLandingPageMinimapButton {
EMEResetButton = Button {
}
LoopingGlow = Texture {
}
pulseLocks = {
}
EMEanchorTo = UIParent {
}
CircleGlow = Texture {
}
defaultOffsetY = -150
EMEanchorPoint = “BOTTOMLEFT”
defaultOffsetX = -3
AlertBG = Texture {
}
MinimapAlertAnim = AnimationGroup {
}
AlertText = FontString {
}
MinimapLoopPulseAnim = AnimationGroup {
}
systemNameString = “Expansion Button”
MinimapPulseAnim = AnimationGroup {
}
SideToastGlow = Texture {
}
defaultGlowWidth = 46
EMECheckButtonFrame = CheckButton {
}
defaultHideSelection = true
Selection = Frame {
}
system = 80
defaultWidth = 53
defaultHeight = 53
defaultGlowHeight = 46
SoftButtonGlow = Texture {
}
mode = 1
settingsDialogAnchor = {
}
isInitialLogin = false
}

The error is saying the button (icon) doesn’t have its self.title property set.

Probably best reporting it through the in-game bug report or bug forum.