feat: implement about us page (#567) #389
Annotations
11 warnings
Deploy to dev
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Deploy to dev:
src/modules/analytics/context/DataProvider.tsx#L160
The 'descendantApps' conditional could make the dependencies of useMemo Hook (at line 250) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'descendantApps' in its own useMemo() Hook
|
Deploy to dev:
src/modules/analytics/context/DataProvider.tsx#L167
Do not call the 'set' function 'setError' of 'useState' directly in 'useEffect'
|
Deploy to dev:
src/modules/analytics/context/DataProvider.tsx#L173
Do not call the 'set' function 'setIsLoading' of 'useState' directly in 'useEffect'
|
Deploy to dev:
src/modules/analytics/context/DataProvider.tsx#L175
Do not call the 'set' function 'setIsLoading' of 'useState' directly in 'useEffect'
|
Deploy to dev:
src/modules/analytics/context/DataProvider.tsx#L177
Do not call the 'set' function 'setIsLoading' of 'useState' directly in 'useEffect'
|
Deploy to dev:
src/modules/analytics/context/DataProvider.tsx#L192
Do not call the 'set' function 'setEnabledArray' of 'useState' directly in 'useEffect'
|
Deploy to dev:
src/modules/analytics/context/DataProvider.tsx#L202
Do not call the 'set' function 'setActions' of 'useState' directly in 'useEffect'
|
Deploy to dev:
src/modules/analytics/context/DataProvider.tsx#L203
Do not call the 'set' function 'setAllMembers' of 'useState' directly in 'useEffect'
|
Deploy to dev:
src/modules/analytics/context/DataProvider.tsx#L204
Do not call the 'set' function 'setError' of 'useState' directly in 'useEffect'
|
Deploy to dev:
src/modules/analytics/context/DataProvider.tsx#L214
Do not call the 'set' function 'setActions' of 'useState' directly in 'useEffect'
|