I am getting an error for qtm with a logical raster brick with R 4.2 (or a warning on earlier versions). ```r library(tmap) library(raster) b <- brick(system.file("external/rlogo.grd", package="raster")) b_log <- b > 200 qtm(b_log) ``` I actually have a fix so I will open a PR as well. PS: Is it good practice to open an issue even if I have a pull request that will fix it or in future should I just do the pull request?