forked from abner/for-legacy-web
chore: fix build errors
This commit is contained in:
@@ -212,7 +212,7 @@ export default class State {
|
||||
return;
|
||||
}
|
||||
} catch (err) {
|
||||
reportError(err, "redux_migration");
|
||||
reportError(err as any, "redux_migration");
|
||||
}
|
||||
|
||||
// Load MobX store.
|
||||
|
||||
Reference in New Issue
Block a user