Skip to content

Fix broken auth params when opening desktop App from deeplink. #282

Fix broken auth params when opening desktop App from deeplink.

Fix broken auth params when opening desktop App from deeplink. #282

Triggered via pull request January 31, 2025 07:05
Status Failure
Total duration 2m 58s
Artifacts

lint-changed.yml

on: pull_request
Changed files ESLint check
2m 48s

Annotations

10 errors
Changed files ESLint check: src/components/Lottie/index.tsx#L11
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
Changed files ESLint check: src/components/PinButton.tsx#L5
Namespace imports from @userActions are not allowed. Use named imports instead. Example: import { action } from "@userActions/module"
Changed files ESLint check: src/components/PinButton.tsx#L6
Namespace imports from @userActions are not allowed. Use named imports instead. Example: import { action } from "@userActions/module"
Changed files ESLint check: src/components/PromotedActionsBar.tsx#L6
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
Changed files ESLint check: src/components/PromotedActionsBar.tsx#L7
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
Changed files ESLint check: src/components/PromotedActionsBar.tsx#L10
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
Changed files ESLint check: src/components/PromotedActionsBar.tsx#L11
Namespace imports from @userActions are not allowed. Use named imports instead. Example: import { action } from "@userActions/module"
Changed files ESLint check: src/components/PromotedActionsBar.tsx#L12
Namespace imports from @userActions are not allowed. Use named imports instead. Example: import { action } from "@userActions/module"
Changed files ESLint check: src/components/Reactions/AddReactionBubble.tsx#L14
Namespace imports from @userActions are not allowed. Use named imports instead. Example: import { action } from "@userActions/module"