Trying to plot sf map. Class [ "sf" "data.frame"] I get the "All columns in a tibble must be vectors" error. One of the columns sfc_MULTIPOLYGON object. REPREX/Version are below.
nc <- sf::st_read(system.file("shape/nc.shp", package = "sf"), quiet = TRUE)
ggplot(nc) + geom_sf(aes(fill = AREA))
Generate the following error
Error: All columns in a tibble must be vectors.
✖ Column `geometry` is a `sfc_MULTIPOLYGON/sfc` object.
SF and ggplot2 versions
packageDescription("ggplot2")
Package: ggplot2
Version: 3.3.0
packageDescription("sf")
Package: sf
Version: 0.9-4