It appeas as if `ArrayInterface.zeromatrix` does not propagate the type for a ComponentMatrix correctly. ```julia julia> nsys.A 1×1 ComponentMatrix{Int64} with axes Axis(x1 = 1,) × Axis(x1 = 1,) 1 julia> ArrayInterface.zeromatrix(nsys.A) 1×1 Matrix{Int64}: 0 ```