Errors on Classic due to 9.x template
Road-block opened this issue ยท 2 comments
Environment
- Addon version: v1.13.20
- WoW version: 1.13.5 (Classic)
Steps to reproduce
Expected Behaviour
Actual Behaviour
["message"] = "Couldn't find inherited node: BackdropTemplate",
["time"] = "2020/10/17 05:35:11",
["session"] = 7222,
["counter"] = 27,
Screenshots
Most addons that do compatibility with 9.x and previous versions create frames in Lua which lets them conditionally check for existence of the BackdropTemplateMixin in the global namespace before inheriting from BackdropTemplate.
I'm not sure there's a way to do the same in xml off the top of my head which causes the addon to error repeatedly.