fix remaining eslint error
This commit is contained in:
parent
dc84af9937
commit
922d75f471
15 changed files with 30 additions and 28 deletions
|
@ -26,8 +26,7 @@ const user: UserStore = {
|
|||
}),
|
||||
|
||||
updateUserData: action((state, payload) => {
|
||||
// Limitation of Typescript, can't do much about that currently unfortunately.
|
||||
// @ts-ignore
|
||||
// @ts-expect-error limitation of Typescript, can't do much about that currently unfortunately.
|
||||
state.data = { ...state.data, ...payload };
|
||||
}),
|
||||
|
||||
|
|
Reference in a new issue