name: 'Priority Support: SLA ⏰' description: I'm an MUI X Premium user and we have purchased the Priority Support add-on. I can't find a solution to my problem with Material UI, MUI System, or Joy UI. title: '[question] ' labels: ['status: waiting for maintainer', 'support: unknown'] body: - type: markdown attributes: value: | Please provide a searchable summary of the issue in the title above ⬆️. - type: input attributes: label: Search keywords description: | Your issue may have already been reported! First search for duplicates among the [existing issues](https://github.com/mui/material-ui/issues?q=is%3Aopen+is%3Aclosed). If your issue isn't a duplicate, great! Please list the keywords you used so people in the future can find this one more easily: required: true - type: checkboxes attributes: label: Latest version description: We roll bug fixes, performance enhancements, and other improvements into new releases. options: - label: I have tested the latest version required: true - type: textarea attributes: label: The problem in depth - type: textarea attributes: label: Your environment description: Run `npx @mui/envinfo` and post the results. If you encounter issues with TypeScript please include the used tsconfig. value: |
`npx @mui/envinfo` ``` Don't forget to mention which browser you used. Output from `npx @mui/envinfo` goes here. ```