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
This problem was identified in #6287 and affects 32 packages.
Many packages use the labels plot field in their tests to see if their code has correctly constructed their plot.
We now only populate this field with the labs() function or when the plot is build, and no longer when layers are added automatically.
We have an accessor in place that people can use (#6078).
Should we start sending out PRs to affected packages?