Try to fetch extensions in constructor of Preview

This commit is contained in:
Connor Hudson 2018-06-21 09:45:53 -04:00
parent 5dfbe422d7
commit 2293eebaec

View file

@ -55,6 +55,7 @@ class Preview extends React.Component {
waiting: false
}
};
this.getExtensions(this.state.projectId);
this.addEventListeners();
}
componentDidUpdate (prevProps) {