Bug Report
I found a bug in Modal.js which causing infinite loop here: https://github.com/OfficeDev/office-ui-fabric-react/blob/master/packages/office-ui-fabric-react/src/components/Modal/Modal.tsx#L74
prevProps and prevState are not in correct order, the actual code should be:
public componentDidUpdate(prevProps: IModalProps, prevState: IDialogState) {
Bug Report
I found a bug in
Modal.jswhich causing infinite loop here: https://github.com/OfficeDev/office-ui-fabric-react/blob/master/packages/office-ui-fabric-react/src/components/Modal/Modal.tsx#L74prevPropsandprevStateare not in correct order, the actual code should be: