Help plates system - nil values

Trying to drag XRP back into working. Since the last patch I’ve had this reference

if HelpPlate:GetParent() ~= UIParent then

fail catastrophically with the error “attempt to call method ‘GetParent’ (a nil value)”. Was there some change to the helpplates or something else that I missed? I can’t seem to find a way to work around it other than dummying out the entire module it lives in.

Whatever HelpPlate referes to is no longer a standard frame type and does not have the GetParent() method.

Check what the

HelpPlate = is assigning and see what it is.