Skip to content
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] expired package version #13542

Closed
dcrypt11 opened this issue Jun 19, 2024 · 3 comments
Closed

[pickers] expired package version #13542

dcrypt11 opened this issue Jun 19, 2024 · 3 comments
Labels
component: pickers This is the name of the generic UI component, not the React module! package: x-license Specific to @mui/x-license. support: commercial Support request from paid users support: pro standard Support request from a Pro standard plan user. https://mui.com/legal/technical-support-sla/

Comments

@dcrypt11
Copy link

dcrypt11 commented Jun 19, 2024

The problem in depth

I'm getting a MUI X Expired package version watermark on my daterange picker.
License is purchased on January 13, 2023, meaning the support expiry date is January 13, 2024

These are my current npm packages, older than January 13, 2024:
@mui/x-date-pickers-pro": "^6.0.1"
@mui/x-license-pro": "^5.17.12"

I'm getting the same watermark in dev and in prod envirement, using webpack.
What should I do in order to be able to use the packages published before my license expiry date?

Your environment

System:
OS: macOS 14.5
Binaries:
Node: 18.19.0 - ~/.nvm/versions/node/v18.19.0/bin/node
npm: 10.2.3 - ~/.nvm/versions/node/v18.19.0/bin/npm
pnpm: Not Found
Browsers:
Chrome: 126.0.6478.62
Edge: Not Found
Safari: 17.5
npmPackages:
@emotion/react: ^11.10.8 => 11.10.8
@emotion/styled: ^11.10.8 => 11.10.8
@mui/base: 5.0.0-alpha.113
@mui/core-downloads-tracker: 5.12.3
@mui/icons-material: ^5.11.11 => 5.11.16
@mui/lab: ^5.0.0-alpha.66 => 5.0.0-alpha.115
@mui/material: ^5.2.8 => 5.12.3
@mui/private-theming: 5.12.3
@mui/styled-engine: 5.12.3
@mui/system: 5.12.3
@mui/types: 7.2.14
@mui/utils: 5.15.14
@mui/x-date-pickers: 6.20.0
@mui/x-date-pickers-pro: ^6.0.1 => 6.20.0
@mui/x-license-pro: ^5.17.12 => 5.17.12
@types/react: ^18.0.26 => 18.0.26
react: ^18.2.0 => 18.2.0
react-dom: ^18.2.0 => 18.2.0
typescript: ^4.3.2 => 4.9.4

Search keywords: Expired package version license
Order ID: 57645

@dcrypt11 dcrypt11 added status: waiting for maintainer These issues haven't been looked at yet by a maintainer support: commercial Support request from paid users labels Jun 19, 2024
@michelengelen
Copy link
Member

You need to pin down the version to the specific version that is released before your expiry date.
In your case:
@mui/x-date-pickers-pro": "6.19.0" and @mui/x-license-pro": "6.10.2"

This is the version that got released 11/01/2024 and should be covered with your license.

@michelengelen michelengelen added status: waiting for author Issue with insufficient information package: x-license Specific to @mui/x-license. component: pickers This is the name of the generic UI component, not the React module! support: pro standard Support request from a Pro standard plan user. https://mui.com/legal/technical-support-sla/ and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jun 19, 2024
@michelengelen michelengelen changed the title MUI X Expired package version [piackers] expired package version Jun 19, 2024
@michelengelen michelengelen changed the title [piackers] expired package version [pickers] expired package version Jun 19, 2024
@dcrypt11
Copy link
Author

This solved the issue, thanks!

@github-actions github-actions bot added status: waiting for maintainer These issues haven't been looked at yet by a maintainer and removed status: waiting for author Issue with insufficient information labels Jun 20, 2024
@michelengelen michelengelen removed the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Jun 20, 2024
Copy link

⚠️ This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue.
Now, if you have additional information related to this issue or things that could help future readers, feel free to leave a comment.

@dcrypt11: 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: pickers This is the name of the generic UI component, not the React module! package: x-license Specific to @mui/x-license. support: commercial Support request from paid users support: pro standard Support request from a Pro standard plan user. https://mui.com/legal/technical-support-sla/
Projects
None yet
Development

No branches or pull requests

2 participants