@mui/system/useMediaQuery null ref introduced when upgrading from @mui/material v6 to v7 #36198
This file contains hidden or 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
| name: Mark duplicate | |
| on: | |
| issue_comment: | |
| types: [created] | |
| permissions: {} | |
| jobs: | |
| mark-duplicate: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| issues: write | |
| steps: | |
| - name: Mark duplicate | |
| uses: actions-cool/issues-helper@50068f49b7b2b3857270ead65e2d02e4459b022c # v3.6.2 | |
| with: | |
| actions: 'mark-duplicate' | |
| token: ${{ secrets.GITHUB_TOKEN }} | |
| duplicate-labels: 'duplicate' | |
| remove-labels: 'status: incomplete,status: waiting for maintainer' | |
| close-issue: true |