Release v3.3.2
Fixed
DataTableForQueryandDataTableForObservableQuerynow accept a query proxy typed the way Arc generates them —QueryFor<Row[], Arguments>— while the row type is named explicitly (<DataTableForQuery<TheProxy, Row, Arguments>>). Previously that combination failed with TS2344, so a selectable table could only type itsselectionandonSelectionChangeasobject.