[TRELLO-2905] Fix toast error #1668
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/Users/UserActivation.tsx#L81
React Hook useMemo has a missing dependency: 'searchStr'. Either include it or remove the dependency array
|
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
|