Skip to content

Conversation

Hotell added 2 commits April 6, 2023 11:42
…ooltipHost Prop types to mitigate @types/react breaking changes
@github-actions github-actions bot added this to the April Project Cycle Q2 2023 milestone Apr 6, 2023
@Hotell Hotell changed the title Hotell/build/ts/react types issue tsminbar v8 v2 fix(react):exclude HTMLAttributes defined 'content' for Tooltip and TooltipHost Prop types to mitigate @types/react breaking changes Apr 6, 2023
@Hotell Hotell added Fluent UI react (v8) Issues about @fluentui/react (v8) Component: Tooltip labels Apr 6, 2023
@Hotell Hotell changed the title fix(react):exclude HTMLAttributes defined 'content' for Tooltip and TooltipHost Prop types to mitigate @types/react breaking changes fix(react): exclude React.HTMLAttributes defined content prop for Tooltip and TooltipHost Prop types to mitigate @types/react breaking changes Apr 6, 2023
@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 2889296:

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: ae395e3df3e5ab09946953157b2d3d5434c4db0e (build)

@fabricteam
Copy link
Collaborator

📊 Bundle size report

🤖 This report was generated against ae395e3df3e5ab09946953157b2d3d5434c4db0e

@fabricteam
Copy link
Collaborator

Perf Analysis (@fluentui/react)

No significant results to display.

All results

Scenario Render type Master Ticks PR Ticks Iterations Status
BaseButton mount 824 839 5000
Breadcrumb mount 2193 2202 1000
Checkbox mount 2161 2178 5000
CheckboxBase mount 1892 1862 5000
ChoiceGroup mount 3739 3822 5000
ComboBox mount 892 875 1000
CommandBar mount 7931 7922 1000
ContextualMenu mount 15997 15856 1000
DefaultButton mount 1001 1003 5000
DetailsRow mount 2934 2928 5000
DetailsRowFast mount 2922 2954 5000
DetailsRowNoStyles mount 2703 2703 5000
Dialog mount 3506 3490 1000
DocumentCardTitle mount 304 311 1000
Dropdown mount 2560 2535 5000
FocusTrapZone mount 1495 1494 5000
FocusZone mount 1478 1470 5000
GroupedList mount 49714 57625 2
GroupedList virtual-rerender 24170 24071 2
GroupedList virtual-rerender-with-unmount 73923 74111 2
GroupedListV2 mount 324 316 2
GroupedListV2 virtual-rerender 285 294 2
GroupedListV2 virtual-rerender-with-unmount 309 310 2
IconButton mount 1428 1418 5000
Label mount 453 451 5000
Layer mount 3612 3617 5000
Link mount 535 527 5000
MenuButton mount 1229 1240 5000
MessageBar mount 27606 27503 5000
Nav mount 2570 2567 1000
OverflowSet mount 1029 1030 5000
Panel mount 2306 2265 1000
Persona mount 976 994 1000
Pivot mount 1163 1185 1000
PrimaryButton mount 1074 1105 5000
Rating mount 5816 5775 5000
SearchBox mount 1149 1138 5000
Shimmer mount 2345 2373 5000
Slider mount 1755 1759 5000
SpinButton mount 3758 3760 5000
Spinner mount 528 534 5000
SplitButton mount 2464 2425 5000
Stack mount 532 527 5000
StackWithIntrinsicChildren mount 1160 1129 5000
StackWithTextChildren mount 3229 3243 5000
SwatchColorPicker mount 8119 8226 5000
TagPicker mount 2011 2011 5000
Text mount 491 500 5000
TextField mount 1212 1183 5000
ThemeProvider mount 1143 1128 5000
ThemeProvider virtual-rerender 775 779 5000
ThemeProvider virtual-rerender-with-unmount 1756 1750 5000
Toggle mount 786 806 5000
buttonNative mount 288 290 5000

@Hotell Hotell marked this pull request as ready for review April 6, 2023 10:15
@Hotell Hotell requested review from a team and behowell as code owners April 6, 2023 10:15
@tudorpopams tudorpopams self-requested a review April 18, 2023 12:09
@Hotell Hotell enabled auto-merge (squash) April 18, 2023 14:37
@Hotell Hotell merged commit ebffada into microsoft:master Apr 21, 2023
@Hotell Hotell deleted the hotell/build/ts/react-types-issue-tsminbar-v8-v2 branch April 21, 2023 09:38
marcosmoura added a commit to marcosmoura/fluentui that referenced this pull request Apr 24, 2023
* master: (58 commits)
  fix(react-datepicker-compat): Make onValidationError onValidationResult so the error is updated when there's no longer an error (microsoft#27655)
  Fix `@fluentui/react-portal-compat`: to be compatible with React 18 (microsoft#27577)
  chore: fix versions of @fluentui/react-datepicker-compat (microsoft#27666)
  applying package updates
  applying package updates
  Make line chart screen reader accessible (microsoft#27632)
  fix(react-examples): Improve keyboard navigation in ContextualMenu.CustomMenuList (microsoft#25172)
  docs(react-textarea): Update examples to use Field (microsoft#27644)
  bugfix(react-dialog): `DialogTitle` root as `h2` by default (microsoft#27555)
  applying package updates
  chore: restructure stories, add separate category for flat tree (microsoft#27586)
  fix document link (microsoft#27499)
  fix(react): exclude React.HTMLAttributes defined `content` prop for Tooltip and TooltipHost Prop types to mitigate @types/react breaking changes (microsoft#27467)
  chore(react-tabs): adopts custom JSX pragma (microsoft#27640)
  fix: ContextualMenuSplitButton always sets aria-checked (does not leave it undefined) when it is checkable (microsoft#27650)
  feat(react-datepicker-compat): Move DatePicker compat to stable (microsoft#27378)
  bugfix(react-tree): fix parent navigation after independency from id (microsoft#27642)
  applying package updates
  feat(react-datepicker-compat): Add error handling to DatePicker and update popup's padding (microsoft#27637)
  feat(public-docsite): Add banner to React component pages to promote v9 (microsoft#27557)
  ...
marcosmoura pushed a commit to marcosmoura/fluentui that referenced this pull request Apr 25, 2023
…ooltip and TooltipHost Prop types to mitigate @types/react breaking changes (microsoft#27467)

* fix(react):exclude HTMLAttributes defined 'content' for  Tooltip and TooltipHost Prop types to mitigate @types/react breaking changes

* generate changefile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: @types/[email protected] contains breaking change that fails tsc on fluentui/react (V8)

6 participants