UIErrorsFrame:Clear() no longer working?

I made this workaround to instantly clear your UI Errors. Not perfect, but it works! I hope this helps someone :}
/run UIErrorsFrame:Hide() C_Timer.After(0, function() UIErrorsFrame:Clear() UIErrorsFrame:Show() end)

Example usage:

#showtooltip
/use Mutilate
/run UIErrorsFrame:Hide() C_Timer.After(0, function() UIErrorsFrame:Clear() UIErrorsFrame:Show() end)

26 Likes