we are getting this warning in console in all the component where's we are using MDBDataTable from mdbreact. Unable to find the cause and fix this. Has anyone scene this before and knows how to fix this?
chunk-3V7233WM.js?v=7e6a9866:521 Warning: An update (setState, replaceState, or forceUpdate) was scheduled from inside an update function. Update functions should be pure, with zero side-effects. Consider using componentDidUpdate or a callback.
we are getting this warning in console in all the component where's we are using MDBDataTable from mdbreact. Unable to find the cause and fix this. Has anyone scene this before and knows how to fix this?
chunk-3V7233WM.js?v=7e6a9866:521 Warning: An update (setState, replaceState, or forceUpdate) was scheduled from inside an update function. Update functions should be pure, with zero side-effects. Consider using componentDidUpdate or a callback.