Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fabric 7: TypeScript 3.5 Updates (WIP) #9298

Closed
wants to merge 16 commits into from
Closed

Fabric 7: TypeScript 3.5 Updates (WIP) #9298

wants to merge 16 commits into from

Conversation

JasonGore
Copy link
Member

@JasonGore JasonGore commented May 31, 2019

Pull request checklist

  • Addresses an existing issue: Fixes Target TS3.5 #9038
  • Include a change request file using $ npm run change

Description of changes

Update Fabric 7 branch to use TS3.5.1. Replacement for #9209.

Microsoft Reviewers: Open in CodeFlow

@JasonGore
Copy link
Member Author

Oh I bet it's the shrinkwrap merging that's busting it. Sorry for the noise.

@JasonGore JasonGore requested a review from Raghurk as a code owner May 31, 2019 16:57
// IPageSection props with a templated arg rather than just defaulting to string. These
// issues could probably be more easily found by removing the default TPlatform generic type.
// To work around this issue for now, a bunch of "as IPageSectionProps[]" casts were added to fabric-website package.
// export class Page<TPlatform extends string> extends React.Component<IPageProps<TPlatform>, IPageState> {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ecraig12345 FYI per our chat. I tried fixing this but it kept propagating. I peppered some as IPageSectionProps[] casts for now.

@msft-github-bot
Copy link
Contributor

Component perf results:

Scenario Target branch avg total (ms) PR avg total (ms) Target branch avg per item (ms) PR avg per item (ms) Is significant change Is regression
PrimaryButton 88.986 ... 0.890 ... ... ...
DefaultButton ... 79.764 ... 0.798 ... ...

@JasonGore JasonGore closed this May 31, 2019
@microsoft microsoft locked as resolved and limited conversation to collaborators Aug 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants