Skip to content

[TRELLO-2905] Fix wrong boolean in search params parsing #1667

[TRELLO-2905] Fix wrong boolean in search params parsing

[TRELLO-2905] Fix wrong boolean in search params parsing #1667

Triggered via push February 26, 2025 10:20
Status Success
Total duration 1m 32s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/App.tsx#L29
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build: src/core/useLoginManagement.tsx#L39
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
build: src/core/useLoginManagement.tsx#L193
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build: src/core/context/toastContext.tsx#L96
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build: src/core/context/toastContext.tsx#L136
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build: src/core/i18n/i18nContext.tsx#L25
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build: src/core/context/ConnectedContext.tsx#L59
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build: src/feature/EmailValidation/EmailValidation.tsx#L31
React Hook useEffect has missing dependencies: '_validateEmail', 'onSaveUser', and 'token'. Either include them or remove the dependency array
build: src/feature/EmailValidation/EmailValidation.tsx#L52
React Hook useMemo has missing dependencies: 'm.emailValidated', 'm.emailValidatedDesc', 'm.linkNotValidAnymore', 'm.linkNotValidAnymoreDesc', and 'm.validatingEmail'. Either include them or remove the dependency array
build: src/feature/Login/ProConnectCallback.tsx#L37
React Hook useEffect has missing dependencies: 'loginProConnect' and 'toastError'. Either include them or remove the dependency array