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
The issue is the same as in #6474 in that {vctrs} is too strict for this usage. While #6474 fixed this in most cases, the cases remain when values is a named vector.
Solution
We should probably copy the solution of #6474 and apply it to named palettes too.
The text was updated successfully, but these errors were encountered:
Problem
This issue emerged in #6469 and affects an estimated 8 packages.
Here is a minimal reproducible example.
Created on 2025-06-11 with reprex v2.1.1
The issue is the same as in #6474 in that {vctrs} is too strict for this usage. While #6474 fixed this in most cases, the cases remain when
values
is a named vector.Solution
We should probably copy the solution of #6474 and apply it to named palettes too.
The text was updated successfully, but these errors were encountered: