feat(chat): Chat parsing #78
typescript.yml
on: pull_request
Typescript check
39s
Annotations
10 errors
|
Typescript check:
src/store/chatStore.ts#L164
Parameter 'emoteSet' implicitly has an 'any' type.
|
|
Typescript check:
src/store/chatStore.ts#L154
Parameter 'state' implicitly has an 'any' type.
|
|
Typescript check:
src/store/chatStore.ts#L153
Parameter 'users' implicitly has an 'any' type.
|
|
Typescript check:
src/store/chatStore.ts#L143
Parameter 'state' implicitly has an 'any' type.
|
|
Typescript check:
src/store/chatStore.ts#L142
Parameter 'bits' implicitly has an 'any' type.
|
|
Typescript check:
src/store/chatStore.ts#L139
Parameter 'set' implicitly has an 'any' type.
|
|
Typescript check:
src/store/chatStore.ts#L13
Cannot find module 'zustand' or its corresponding type declarations.
|
|
Typescript check:
src/components/Chat/Chat.tsx#L133
Parameter 'u' implicitly has an 'any' type.
|
|
Typescript check:
__mocks__/zustand.ts#L4
Cannot find module 'zustand' or its corresponding type declarations.
|
|
Typescript check:
__mocks__/zustand.ts#L2
Cannot find module 'zustand' or its corresponding type declarations.
|