diff --git a/FunctionalTableData/HostCell.swift b/FunctionalTableData/HostCell.swift index d8a2932..23177ee 100644 --- a/FunctionalTableData/HostCell.swift +++ b/FunctionalTableData/HostCell.swift @@ -93,6 +93,7 @@ public struct HostCell: CellConfigType where View: UIView, cellUpdater(cell.view, state) } + @inline(never) public func isEqual(_ other: CellConfigType) -> Bool { if let other = other as? HostCell { return state == other.state