Topic: MDBreact Calendar
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.
Open
- User: Free
- Premium support: No
- Technology: React
- MDB Version: 4.27.0
- Device: laptop
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No
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.