Added Minikit Provider + removed mobile flags #28
checks.yml
on: pull_request
format
1m 21s
lint
1m 26s
test
1m 16s
typecheck
1m 19s
build
1m 31s
Annotations
8 errors and 9 warnings
lint:
src/minikit-provider.tsx#L5
Function component is not an arrow function
|
lint:
src/minikit-provider.tsx#L10
Unexpected console statement
|
lint:
src/minikit-provider.tsx#L12
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
|
lint:
src/pages/inbox.tsx#L14
'TAILWIND_MD_BREAKPOINT' is defined but never used
|
lint:
src/pages/inbox.tsx#L21
'useWindowSize' is defined but never used
|
lint:
src/pages/inbox.tsx#L26
'Mobile' is defined but never used
|
lint:
src/pages/index.tsx#L8
'TAILWIND_MD_BREAKPOINT' is defined but never used
|
lint
Process completed with exit code 1.
|
lint:
src/component-library/components/ConversationList/ConversationList.tsx#L41
Do not use Array index in keys
|
lint:
src/component-library/components/ScreenEffects/RainEffect.tsx#L44
Do not use Array index in keys
|
lint:
src/component-library/components/ScreenEffects/SnowEffect.tsx#L43
Do not use Array index in keys
|
lint:
src/global.d.ts#L2
Unexpected any. Specify a different type
|
lint:
src/global.d.ts#L7
Unexpected any. Specify a different type
|
lint:
src/global.d.ts#L12
Unexpected any. Specify a different type
|
lint:
src/helpers/attachments.ts#L72
iterators/generators require regenerator-runtime, which is too heavyweight for this guide to allow them. Separately, loops should be avoided in favor of array iterations
|
lint:
src/helpers/functions.ts#L15
Unexpected any. Specify a different type
|
lint:
src/helpers/functions.ts#L15
Unexpected any. Specify a different type
|