Skip to content

Commit

Permalink
Removed react version display
Browse files Browse the repository at this point in the history
  • Loading branch information
ghurlman committed May 5, 2020
1 parent 0c55ffb commit cd6e9af
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ export class FacepileBasicExample extends React.Component<IFacepileBasicExampleP

return (
<div className={"msFacepileExample"}>
<h3>React version in control: {React.version}</h3>
<h3>React version in host window: {(window as any).React.version}</h3>
<Facepile {...facepileProps} />
<div className={"control"}>
<Slider
Expand Down

0 comments on commit cd6e9af

Please sign in to comment.