-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pickers] Cannot compile in TypeScript with skipLibCheck: false
#14895
Comments
skipLibCheck: false
skipLibCheck: false
Hey This has probably been introduced in #14771, I see how we can keep the improvement without having this issue |
skipLibCheck: false
skipLibCheck: false
Weirdly enough #14896 fixes it... |
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. Note @jcrang How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey. |
The fix should be released tomorrow or on Friday 👍 |
Steps to reproduce
Link to live example: (required)
https://stackblitz.com/edit/react-5frnjq?file=tsconfig.json,Demo.tsx,node_modules%2F%40mui%2Fx-date-pickers-pro%2FDateRangePicker%2Findex.d.ts,node_modules%2F%40mui%2Fx-date-pickers-pro%2FDateRangePicker%2FDateRangePickerToolbar.d.ts
Steps:
Make sure to have
skipLibCheck
set to false intsconfig.json
.Current behavior
TypeScript compiler errors shown under
import("luxon")
andimport("moment")
Expected behavior
No TypeScript compiler errors
Context
No response
Your environment
npx @mui/envinfo
Search keywords: skipLibCheck luxon moment pickers
The text was updated successfully, but these errors were encountered: