Error using LazySets.plot3d

thanks, here’s what i get, only Polyhedra is of different version at my end - will get the v6.11 and post results again

Pkg.status(["LazySets", "Makie", "Polyhedra"])
@time using LazySets, Makie, Polyhedra
@time LazySets.plot3d(10. * rand(Hyperrectangle, dim=3))
Status `C:\Users\<user>\.julia\environments\v1.5\Project.toml`
  [b4f0291d] LazySets v1.38.0
  [ee78f7c6] Makie v0.11.1
  [67491407] Polyhedra v0.6.12
  0.008659 seconds (1.89 k allocations: 114.547 KiB)
MethodError: no method matching iterate(::Polyhedra.Mesh{3,Float64,DefaultPolyhedron{Float64,MixedMatHRep{Float64,Array{Float64,2}},MixedMatVRep{Float64,Array{Float64,2}}}})
Closest candidates are:
  iterate(!Matched::MutableArithmetics.Zero) at C:\Users\Ashish.Madkaikar\.julia\packages\MutableArithmetics\NuiNA\src\rewrite.jl:78
  iterate(!Matched::MutableArithmetics.Zero, !Matched::Nothing) at C:\Users\Ashish.Madkaikar\.julia\packages\MutableArithmetics\NuiNA\src\rewrite.jl:79
  iterate(!Matched::DataStructures.TrieIterator) at C:\Users\Ashish.Madkaikar\.julia\packages\DataStructures\DLSxi\src\trie.jl:112