chore: fix build errors

This commit is contained in:
Paul Makles
2022-01-02 13:12:22 +00:00
parent 096e0c84c1
commit bdb1d939e7
2 changed files with 2 additions and 2 deletions

View File

@@ -212,7 +212,7 @@ export default class State {
return;
}
} catch (err) {
reportError(err, "redux_migration");
reportError(err as any, "redux_migration");
}
// Load MobX store.