material-react-table 1.9.3 → 1.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2938,6 +2938,8 @@ const MRT_TableRoot = (props) => {
2938
2938
  props.localization,
2939
2939
  props.positionActionsColumn,
2940
2940
  props.renderDetailPanel,
2941
+ props.renderRowActionMenuItems,
2942
+ props.renderRowActions,
2941
2943
  (_s = props.state) === null || _s === void 0 ? void 0 : _s.columnOrder,
2942
2944
  (_t = props.state) === null || _t === void 0 ? void 0 : _t.grouping,
2943
2945
  ]);