Topic: Calendar Utils Issue
spleban free asked 4 years ago
Hello. Looking was trying out the admin pro pack for React. I Used the source code from the Calendar utility in the docs. I keep getting this error now.
src/components/pro/Select/Selectv5/SelectOptionsV5/SelectOptionsv5.d.ts' differs from already included file name 'C:/Users/emmanuel/training-room/aws/ApolloMongooseMDB/client/src/components/pro/Select/Selectv5/SelectOptionsv5/SelectOptionsv5.d.ts' only in casing. TS1149
1 | export { default } from './SelectOptionsv5'; | ^ 2 | export * from './SelectOptionsv5';
Jakub Chmura staff answered 4 years ago
Hi @spleban,
This problem is causing by different folder naming:
SelectOptionsV5
vs.
SelectOptionsv5
Please change SelectOptionsV5
to selectOptionsv5
Best, Kuba
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: MDB React
- MDB Version: 4.27.0
- Device: Desktop
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No