AG-1905 Future proof ag-grid-react by removing dependency on unstable_renderSubtreeIntoContainer

This commit is contained in:
MrSafferty
2018-07-16 14:49:45 +01:00
parent 60181add9a
commit 449a88e832
3 changed files with 14 additions and 4 deletions

View File

@@ -33,5 +33,8 @@ export default connect(
currencySymbol: state.currencySymbol,
exchangeRate: state.exchangeRate
}
}
},
null,
null,
{ withRef: true } // must be supplied for react/redux when using GridOptions.reactNext
)(PriceRenderer);