Skip to content

chore(react-headless-components-preview): add Popover to bundle-size fixture#36084

Merged
mainframev merged 2 commits intomasterfrom
copilot/update-bundle-size-fixture-with-popover
May 4, 2026
Merged

chore(react-headless-components-preview): add Popover to bundle-size fixture#36084
mainframev merged 2 commits intomasterfrom
copilot/update-bundle-size-fixture-with-popover

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 1, 2026

Adds the Popover entry to the AllComponents.fixture.js bundle-size fixture so it is tracked alongside the other headless components.

Changes

  • AllComponents.fixture.js: Added import and console.log entry for Popover (alphabetically between ProgressBar and Provider)
import * as Popover from '@fluentui/react-headless-components-preview/popover';
Original prompt

Update packages/react-components/react-headless-components-preview/library/bundle-size/AllComponents.fixture.js to include the Popover component in the bundle-size fixture.

Changes required:

  1. Add a new import (alphabetically placed between ProgressBar and Provider):
    import * as Popover from '@fluentui/react-headless-components-preview/popover';
  2. Add Popover to the console.log({...}) object (in the same alphabetical position, between ProgressBar and Provider).

Do not modify any other files. Keep formatting consistent with the existing file.

The following is the prior conversation context from the user's chat exploration (may be truncated):

User: ```
import * as Popover from '@fluentui/react-headless-components-preview/popover';

create a new PR with headless Popover bundle-size fixture (AllComponents.fixture.js) and add it to console.log 


Assistant: Waiting for your response to the confirmation dialog before creating the PR.


This pull request was created from Copilot chat.

Copilot AI changed the title [WIP] Update bundle size fixture to include Popover component chore(react-headless-components-preview): add Popover to bundle-size fixture May 1, 2026
Copilot AI requested a review from mainframev May 1, 2026 14:14
@mainframev mainframev marked this pull request as ready for review May 1, 2026 14:31
@mainframev mainframev requested a review from a team as a code owner May 1, 2026 14:31
@mainframev mainframev merged commit 2c46cee into master May 4, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants