I am getting below error while doing mdb react table pagination,Please help
1.arrow' is not exported from 'react-popper' 2.Targetenter image description here is not exported from 'react-popper'
I am getting below error while doing mdb react table pagination,Please help
1.arrow' is not exported from 'react-popper' 2.Targetenter image description here is not exported from 'react-popper'
I noticed that in the comment under your question you wrote that you used the example from the link but this link refers to the MDB jQuery documentation and if I understood correctly the question concerns MDB React. Try to use this link ----> https://mdbootstrap.com/docs/react/tables/pagination/.
I think this may be the reason for your error.
But you only paste here a wrong link and you use a correct example in your project, please reinstall your dependency:
remove node_modules folder and yarn.lock / package-lock.json or both.
Then run the command npm i or yarn in the terminal and try again. In most similar cases this solution works.
Best!