Makie error: ERROR: Failed to resolve cairo_attributes: [ComputeEdge] cairo_attributes = #15((grid_x, grid_y, image, interpolate, space, projectionview, model_f32c, clip_planes, cairo_uv_transform, resolution, computed_color, ), changed, cached)

The error has been resolved by changing the backend of Makie from CairoMakie to GLMakie. But I still don’t understand why the same code and data were able to run before, but now it’s giving an error.