fix: tracking user menu #1499
Annotations
5 errors and 2 warnings
node
Argument of type 'Set<ProviderType>' is not assignable to parameter of type 'SetStateAction<Set<ProviderType>>'.
|
node
Type 'ProviderType' is not assignable to type 'ProviderType | null'.
|
node
The inferred type of 'useManaBalance' cannot be named without a reference to 'decentraland-dapps/node_modules/@dcl/schemas'. This is likely not portable. A type annotation is necessary.
|
node
The inferred type of 'fetchManaBalance' cannot be named without a reference to 'decentraland-dapps/node_modules/@dcl/schemas'. This is likely not portable. A type annotation is necessary.
|
node
Process completed with exit code 1.
|
src/components/Layout/Layout2.tsx#L77
'availableProviders' is defined but never used (@typescript-eslint/no-unused-vars)
|
src/hooks/useUserAgentData.ts#L6
'isAppleSilicon' is defined but never used (@typescript-eslint/no-unused-vars)
|