Fix all type errors

This commit is contained in:
Paul Frazee
2023-01-26 11:25:52 -06:00
parent 759f022351
commit 280339ae37
45 changed files with 377 additions and 294 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import {mockedRootStore, mockedShellStore} from '../../../__mocks__/state-mock'
describe('useOnMainScroll', () => {
const mockedProps = {
navIdx: [0, 0] as [number, number],
navIdx: '0-0',
params: {},
visible: true,
}