Skip to content

Release v3.3.2

Choose a tag to compare

@github-actions github-actions released this 16 Aug 17:02
4c23367

Fixed

  • DataTableForQuery and DataTableForObservableQuery now 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 its selection and onSelectionChange as object.