0

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'

4
  • 1
    Please add your code, else no one is able to answer your question. Commented Jan 11, 2020 at 15:18
  • the problem is same code is working in my pc when i imported using npm install mdbreact and after i copied related modules to my office PC.In my office dev server is giving arrow is not exported from react-popper Commented Jan 11, 2020 at 15:26
  • Well, there can be many reasons why your code is not running on another system. So we need code or more details. Right now, no one can answer your question. Commented Jan 11, 2020 at 15:33
  • I tried code in below link. mdbootstrap.com/docs/jquery/tables/pagination Commented Jan 11, 2020 at 15:55

1 Answer 1

1

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!

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.