AG-3316 agGridReact needs to be updated to use the updated react lifecycle hooks
This commit is contained in:
@@ -41,5 +41,5 @@ export default connect(
|
||||
},
|
||||
null,
|
||||
null,
|
||||
{forwardRef: true} // must be supplied for react/redux when using GridOptions.reactNext
|
||||
)(PriceRenderer);
|
||||
{forwardRef: true} // must be supplied for react/redux when using AgGridReact
|
||||
)(PriceRenderer);
|
||||
|
||||
Reference in New Issue
Block a user