The solution for me was to switch from path.toShapes(true) to SVGLoader.createShapes(path) when using ExtrudeGeometry for the shapes.
path.toShapes(true)
SVGLoader.createShapes(path)
ExtrudeGeometry