AG-1905 Future proof ag-grid-react by removing dependency on unstable_renderSubtreeIntoContainer
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user