Closed tritoke closed 3 months ago
Currently AsconXofReader has type XofReaderCoreWrapper, this is incorrect the type should be XofReaderCoreWrapper.
This can be used as a workaround in the meantime for downstreams.
type AsconXofReader = XofReaderCoreWrapper<AsconXofReaderCore>;
Currently AsconXofReader has type XofReaderCoreWrapper, this is incorrect the type should be XofReaderCoreWrapper.