RU-T47 Fix html content render, fixing mapbox issue on call view. #417
react-native-cicd.yml
on: pull_request
Annotations
10 errors and 10 warnings
|
test:
src/components/ui/vstack/index.web.tsx#L1
Run autofix to sort these imports!
|
|
test:
src/components/ui/html-renderer/index.web.tsx#L135
Definition for rule 'react-native/no-inline-styles' was not found
|
|
test:
src/components/ui/hstack/index.web.tsx#L1
Run autofix to sort these imports!
|
|
test:
src/components/ui/center/index.web.tsx#L1
Run autofix to sort these imports!
|
|
test:
src/components/ui/card/index.web.tsx#L1
Run autofix to sort these imports!
|
|
test:
src/components/ui/box/index.web.tsx#L1
Run autofix to sort these imports!
|
|
test:
src/components/protocols/protocol-details-sheet.tsx#L1
Run autofix to sort these imports!
|
|
test:
src/components/notes/note-details-sheet.tsx#L1
Run autofix to sort these imports!
|
|
test:
src/components/contacts/contact-notes-list.tsx#L1
Run autofix to sort these imports!
|
|
test:
src/components/calls/call-card.tsx#L1
Run autofix to sort these imports!
|
|
test:
src/components/maps/map-view.web.tsx#L231
Stateless functional components should not use `this`
|
|
test:
src/components/maps/map-view.web.tsx#L136
Replace `(initialZoom·!=·null·&&·isFinite(initialZoom)` with `initialZoom·!=·null·&&·isFinite(initialZoom`
|
|
test:
src/components/maps/map-view.web.tsx#L133
Replace `(initialCenter·&&·isFinite(initialCenter[0])·&&·isFinite(initialCenter[1]))⏎··········?·initialCenter⏎··········:·[-98.5795,·39.8283]·as·[number,·number]` with `initialCenter·&&·isFinite(initialCenter[0])·&&·isFinite(initialCenter[1])·?·initialCenter·:·([-98.5795,·39.8283]·as·[number,·number])`
|
|
test:
src/components/calls/call-card.tsx#L105
Replace `⏎············html={call.Nature}⏎············style={StyleSheet.flatten([styles.container,·{·height:·80·}])}⏎············textColor={textColor}⏎·········` with `·html={call.Nature}·style={StyleSheet.flatten([styles.container,·{·height:·80·}])}·textColor={textColor}`
|
|
test:
src/app/(app)/index.tsx#L511
Insert `··`
|
|
test:
src/app/(app)/index.tsx#L510
Insert `··`
|
|
test:
src/app/(app)/index.tsx#L509
Insert `··`
|
|
test:
src/app/(app)/index.tsx#L508
Insert `··`
|
|
test:
src/app/(app)/index.tsx#L507
Insert `··`
|
|
test:
src/app/(app)/index.tsx#L506
Insert `··`
|