Fallback for facet_wrap(as.table)
#5898
Labels
breaking change ☠️
API change likely to affect existing code
facet_wrap(as.table)
#5898
Uh oh!
There was an error while loading. Please reload this page.
In #5855, we internally removed
as.table
and resolved it in the constructor.Reverse dependency checks revealed that several facet extensions rely on
as.table
to be present.It would be nice to have a fallbacks in place to not trigger errors in extensions.
The text was updated successfully, but these errors were encountered: