Skip to content

[Bug]: CommandBar's overflow behavior can get stuck when using createRoot and React 18 #3220

[Bug]: CommandBar's overflow behavior can get stuck when using createRoot and React 18

[Bug]: CommandBar's overflow behavior can get stuck when using createRoot and React 18 #3220

Workflow file for this run

name: Triage Bot
on:
issues:
types:
- opened
jobs:
triage-issue:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/checkout@v4
- uses: actions/github-script@v7
with:
script: |
const config = require('./.github/triage-bot.config.json');
const run = require('./scripts/triage-bot');
await run({github,context,core,config});