You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a bunch of testing, I've narrowed it down to the minimap button that your addon creates. The issue is that my addon, RealUI, collects all minimap frames in one place to reduce visual clutter.
Specifically, once PPA creates the button, RealUI will collect. Then when a teleport somewhere, PPA recycles that existing button and creates a new one. The problem is that when my code runs again, it hits the now empty table and generates the above error.
My main question here is why does this button need to be recycled at all?
The text was updated successfully, but these errors were encountered:
I recently installed this addon, and have since been getting a very odd error when I get teleported somewhere.
After a bunch of testing, I've narrowed it down to the minimap button that your addon creates. The issue is that my addon, RealUI, collects all minimap frames in one place to reduce visual clutter.
Specifically, once PPA creates the button, RealUI will collect. Then when a teleport somewhere, PPA recycles that existing button and creates a new one. The problem is that when my code runs again, it hits the now empty table and generates the above error.
My main question here is why does this button need to be recycled at all?
The text was updated successfully, but these errors were encountered: