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

Website fix: Remove PureComponent #4186

Merged
merged 3 commits into from
Mar 6, 2018

Conversation

lynamemi
Copy link
Collaborator

@lynamemi lynamemi commented Mar 6, 2018

Pull request checklist

Description of changes

Certain pages on the website weren't loading. PureComponent was not defined because the UHF in the website uses react 0.14. Switching to Component for now.

Focus areas to test

(optional)

@lynamemi lynamemi requested a review from dzearing March 6, 2018 00:36
@dzearing
Copy link
Member

dzearing commented Mar 6, 2018

As soon as we remove 0.14 support officially we can go back to enabling pure component usage.

The better possibility is to make basecomponent support pure component. But this is a fine change for now.

@dzearing dzearing merged commit 8a4dc85 into microsoft:master Mar 6, 2018
@lynamemi lynamemi deleted the remove-pureComponent branch March 6, 2018 01:44
@Jahnp
Copy link
Member

Jahnp commented Mar 6, 2018

Thanks for the quick fix here @lynamemi! And thanks for identifying the issue and driving for a resolution @dzearing!

Markionium added a commit to Markionium/office-ui-fabric-react that referenced this pull request Mar 6, 2018
* master:
  Applying package updates.
  Polyfill react create ref (microsoft#4182)
  [Pickers] Add async debounce option to BasePicker (microsoft#4163)
  Facepile conditionally rendering aria-describedby (microsoft#4183)
  Applying package updates.
  Addressing Issue microsoft#4174 - 5.59.0 crashing in <ImageBase> (microsoft#4185)
  Website fix: Remove PureComponent (microsoft#4186)
  Add Keytip and KeytipLayer to experiments export (microsoft#4184)
chrismohr pushed a commit to chrismohr/office-ui-fabric-react that referenced this pull request Apr 17, 2018
* Replaced PureComponent with Component

* Added change file
@microsoft microsoft locked as resolved and limited conversation to collaborators Aug 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Office Fabric website Nav component page broken
3 participants