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

[docs] Add section about the new uncovered product watermark #13568

Merged
merged 12 commits into from
Jun 21, 2024
15 changes: 13 additions & 2 deletions docs/data/introduction/licensing/licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,15 +290,26 @@ This happens if you try to use `DataGridPremium` with a license key for the Pro
To solve the issue, you can [upgrade your plan](https://mui.com/r/x-get-license/?scope=premium) from Pro to Premium.
Or if you didn\'t intend to use Premium features, you can replace the import of `@mui/x-data-grid-premium` with `@mui/x-data-grid-pro`.

### 5. Invalid license key
### 5. Product not covered by the license key
michelengelen marked this conversation as resolved.
Show resolved Hide resolved

This error indicates that the product you are trying to use is not covered by the license key.
michelengelen marked this conversation as resolved.
Show resolved Hide resolved
This happens if you try to use `ChartsPro` or `TreeViewPro` with a license that does not cover these products.

To solve the issue, you can [purchase a license](https://mui.com/r/x-get-license/) that covers the product you are trying to use.
michelengelen marked this conversation as resolved.
Show resolved Hide resolved
Or if you didn't intend to use the Pro features, you can replace the import of `@mui/x-charts-pro` or `@mui/x-tree-view-pro` with `@mui/x-charts` or `@mui/x-tree-view` respectively.
michelengelen marked this conversation as resolved.
Show resolved Hide resolved

You might be eligible for a discount if you already have a license for another product and want to upgrade to a plan that covers the product you are trying to use.
michelengelen marked this conversation as resolved.
Show resolved Hide resolved
Please contact [sales@mui.com](mailto:sales@mui.com?subject=My%20upgrade%20discount) for additional information.
michelengelen marked this conversation as resolved.
Show resolved Hide resolved

### 6. Invalid license key

This error indicates that your MUI X license key format isn't valid.
It could be because the license key is missing a character or has a typo.

To solve the issue, you need to double-check that `setLicenseKey()` is called with the right argument.
Please check the [license key installation](/x/introduction/licensing/#license-key).

### 6. Invalid license key (TypeError: extracting license expiry timestamp)
### 7. Invalid license key (TypeError: extracting license expiry timestamp)

The following JavaScript exception indicates that you may be trying to validate the new license's key format on an older version of the npm package.

Expand Down