Merge branch 'main' into feat/matchinglist-brand-api #149
Annotations
5 warnings
|
lint:
app/routes/matching/test/step3/step3-content.tsx#L88
The 'viewsOptions' logical expression could make the dependencies of useMemo Hook (at line 110) change on every render. To fix this, wrap the initialization of 'viewsOptions' in its own useMemo() Hook
|
|
lint:
app/routes/matching/test/step3/step3-content.tsx#L87
The 'videoLenOptions' logical expression could make the dependencies of useMemo Hook (at line 106) change on every render. To fix this, wrap the initialization of 'videoLenOptions' in its own useMemo() Hook
|
|
lint:
app/routes/matching/test/step3/step3-content.tsx#L86
The 'ageOptions' logical expression could make the dependencies of useMemo Hook (at line 101) change on every render. To fix this, wrap the initialization of 'ageOptions' in its own useMemo() Hook
|
|
lint:
app/routes/matching/test/step3/step3-content.tsx#L85
The 'genderOptions' logical expression could make the dependencies of useMemo Hook (at line 97) change on every render. To fix this, wrap the initialization of 'genderOptions' in its own useMemo() Hook
|
|
lint:
app/routes/matching/test/step2/route.tsx#L52
The 'categories' logical expression could make the dependencies of useMemo Hook (at line 77) change on every render. To fix this, wrap the initialization of 'categories' in its own useMemo() Hook
|