-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs] Add section about the new uncovered product watermark (#13568)
Signed-off-by: Michel Engelen <[email protected]> Co-authored-by: José Rodolfo Freitas <[email protected]>
- Loading branch information
1 parent
ba3899d
commit 84c73ef
Showing
9 changed files
with
30 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -290,15 +290,27 @@ 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. Component not included in your license | ||
|
||
This error indicates that the component you are trying to use is not covered by your current license. | ||
This happens if you try to use `ChartsPro` or `TreeViewPro` with a license that does not cover these products. | ||
|
||
To solve the issue, please consider an earlier [renewal](https://mui.com/r/x-get-license/). | ||
|
||
You might be eligible for a discount if you have an active Pro license. | ||
Contact [[email protected]](mailto:[email protected]?subject=My%20upgrade%20discount) for additional information. | ||
|
||
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. | ||
|
||
### 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. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters