update everything. use npm instead of yarn.

This commit is contained in:
Katie Thornhill 2019-11-20 00:17:07 -05:00
parent 36af7ac8f2
commit 77f81dc8b6
No known key found for this signature in database
GPG key ID: F76EDC6541A99644
7 changed files with 13 additions and 16 deletions

View file

@ -35,7 +35,7 @@ const dropTarget = DropTarget(
})
)
class RoleEditor extends Component {
componentWillMount() {
componentDidMount() {
const {
dispatch,
match: {
@ -231,4 +231,4 @@ class RoleEditor extends Component {
}
}
export default dropTarget(connect(mapState)(RoleEditor))
export default connect(mapState)(dropTarget(RoleEditor))

View file

@ -15,7 +15,7 @@ const mapState = ({ rolePicker, servers }, ownProps) => {
}
class RolePicker extends Component {
componentWillMount() {
componentDidMount() {
const {
dispatch,
match: {

View file

@ -9,7 +9,7 @@ export default class ServerLanding extends Component {
exit: false,
}
async componentWillMount() {
async componentDidMount() {
console.log(this.props)
try {