[data grid] React 19 - everything that depends on GridRootPropsContext
re-renders on every state change (or root re-render) if the ref prop is present
#26599
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
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@a610082f8ac0cf03e357eb8dd0d5e2ba075e017e # v3.6.0 | |
with: | |
actions: 'mark-duplicate' | |
token: ${{ secrets.GITHUB_TOKEN }} | |
duplicate-labels: 'duplicate' | |
remove-labels: 'status: incomplete,status: waiting for maintainer' | |
close-issue: true |