feat(quest): add support for play streak progress sync #3033
Annotations
10 errors and 1 warning
src/frontend/ExtensionHandler/index.tsx#L8
All declarations of 'ethereum' must have identical modifiers.
|
src/frontend/components/UI/QuestsViewer/index.tsx#L81
Type '{ syncPlayStreak: (questId: number) => Promise<void>; tOverride: TFunction<"translation", undefined>; sessionEmail: string | undefined; className: any; checkG7ConnectionStatus: () => Promise<...>; ... 21 more ...; key: string; }' is not assignable to type 'IntrinsicAttributes & QuestDetailsWrapperProps'.
|
src/frontend/hooks/useSyncInterval.ts#L2
Module '"@hyperplay/quests-ui"' has no exported member 'resetSessionStartedTime'.
|
src/frontend/hooks/useSyncPlayStreak.ts#L9
Module '"@hyperplay/quests-ui"' has no exported member 'useSyncPlayStreak'.
|
src/frontend/hooks/useSyncPlayStreak.ts#L39
Binding element 'quest_id' implicitly has an 'any' type.
|
src/frontend/hooks/useSyncPlayStreak.ts#L39
Binding element 'signature' implicitly has an 'any' type.
|
src/frontend/hooks/useSyncPlayStreak.ts#L45
Binding element 'wallet' implicitly has an 'any' type.
|
src/frontend/hooks/useSyncPlayStreak.ts#L45
Binding element 'questId' implicitly has an 'any' type.
|
src/frontend/hooks/useSyncPlayStreak.ts#L48
Parameter 'message' implicitly has an 'any' type.
|
src/frontend/hooks/useSyncPlayStreak.ts#L57
Parameter 'error' implicitly has an 'any' type.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading