Skip to content

Conversation

@petdud
Copy link
Contributor

@petdud petdud commented Apr 6, 2023

Previous Behavior

Currently React 17 throws a warning when aria-description prop is used, which results in SSR tests throwing error and blocking build (#27443)

New Behavior

The warning is a bug in React 17 (facebook/react#21035) and will be removed once upgraded to React 18.

Related Issue(s)

Fixes #27464

@petdud petdud marked this pull request as ready for review April 6, 2023 19:04
@petdud petdud requested a review from a team as a code owner April 6, 2023 19:04
@fabricteam
Copy link
Collaborator

fabricteam commented Apr 6, 2023

📊 Bundle size report

🤖 This report was generated against 97af91aa7684bbfe149ace1b21b75fb7c04128a2

@codesandbox-ci
Copy link

codesandbox-ci bot commented Apr 6, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit a8d9728:

Sandbox Source
@fluentui/react 8 starter Configuration
@fluentui/react-components 9 starter Configuration

@size-auditor
Copy link

size-auditor bot commented Apr 6, 2023

Asset size changes

Size Auditor did not detect a change in bundle size for any component!

Baseline commit: 97af91aa7684bbfe149ace1b21b75fb7c04128a2 (build)

@bsunderhus bsunderhus assigned petdud and unassigned miroslavstastny Apr 7, 2023
@bsunderhus bsunderhus requested a review from layershifter April 7, 2023 16:45
petdud and others added 2 commits April 11, 2023 11:23
@Hotell Hotell self-requested a review April 11, 2023 12:17
@petdud petdud merged commit ded0710 into microsoft:master Apr 12, 2023
marcosmoura added a commit to marcosmoura/fluentui that referenced this pull request Apr 13, 2023
…t/drawer-light-dismiss-prop

* marcosmoura/feat/drawer-component: (51 commits)
  fix: upgrade react-dialog
  Doc: Add/Remove TreeItem and useFlatTree stories (microsoft#27515)
  applying package updates
  Fix accessibility labels for tree stories (microsoft#27443)
  fix: BasePickerListBelow aria-describedby with values (microsoft#27525)
  chore: Remove deprecated InputField, etc. shim components (microsoft#27492)
  [Feature]: allow aria-description attribute on v9 (microsoft#27478)
  feat(react-jsx-runtime): implements custom JSX pragma (microsoft#27472)
  chore: update generator to include "test-ssr" script (microsoft#27463)
  applying package updates
  fix: add "style" to exports field (microsoft#27274)
  applying package updates
  feat(react-datepicker-compat): Make package public (microsoft#27524)
  fix: react-combobox defines fallbackPositions for popup on small screens (microsoft#27521)
  fix: use tabster to focus on trigger, instead of manually invoking .focus (microsoft#27512)
  add cxe-red to react-shared-context ownership (microsoft#27296)
  docs: add props tables for all exported Popover controls (microsoft#27503)
  fix: Update FormFieldShim to work with Field context changes (microsoft#27436)
  Fix wrong state narration for multiple selected legends (microsoft#27429)
  add codeowners to theme designer v9 (microsoft#27311)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: allow aria-description attribute on v9

5 participants