MDBreact Calendar


Topic: MDBreact Calendar

reyazmd asked 8 months ago

I am trying to integrate MDBreact calendar in my next.js project, I brought the pro version, while importing it import MDBFullCalendar from 'mdb-react-calendar'; I am facing error below: Error: Invariant failed: You should not use Link outside a Router It will be really appreciated if you could help me on this.


Piotr Glejzer staff commented 8 months ago

are you using routing from nextjs?


reyazmd commented 8 months ago

No, I am not using any routing in my app, I have created components inside pages folder and accessing it in browser directly.


Piotr Glejzer staff commented 8 months ago

So can you try to install react-router-dom? We are using this in our component.


Please insert min. 20 characters.