I have two react projects where one is built and added into the other using npm run build.
However, I am struggling to implement a material-ui select component which allows a user to go to a particular page on a react-table. What I am seeing on the page load is the table iterating through every page on the table.
Does anyone have an example I can follow where the event is fired from one package into the other using gotoPage and onChangePage