-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Missing tslib dependency? #248
Comments
tslib is a dependency that comes standard with TypeScript and gets used in the build when the tsconfig has the option |
It appears this issue may still be occurring and is breaking this CodeSandbox demo that does not have a |
@HeVictor feel free to open a PR with the correct tslib version. I can quicly publish a new version if it will be ok to merge |
@dmtrKovalenko I was also looking into possible solutions to mui/mui-x#8205
|
I think the minimum supported browsers should match latest http://mui.com (https://mui.com/material-ui/getting-started/supported-platforms/#browser) which explicitly declares that date picker can not support IE11 so I would probably bump a target. But wait, why we need to add dependency only for 2 packages? |
Well, that's a good point, but on the page you linked there is a link to
Well, they are the only ones that have |
Ok clear so I think either option is ok. |
Have updated my PR in #643 to go with option 1 for the time being |
I've opened a PR changing the target of the built code to |
Hello! I'm currently using
@date-io/dayjs@2.0.1
and I'm getting the following error:I see the import in the compiled files
build/index.esm.js
andbuild/index.js
, but there's no runtime dependency specified inpackage.json
The text was updated successfully, but these errors were encountered: