Develop #357
Annotations
3 errors and 3 warnings
|
test
Process completed with exit code 2.
|
|
test:
src/services/app-reset.service.ts#L239
Object literal may only specify known properties, and 'error' does not exist in type 'LogEntry'.
|
|
test:
src/services/app-reset.service.ts#L226
Object literal may only specify known properties, and 'error' does not exist in type 'LogEntry'.
|
|
test:
src/components/settings/unit-selection-bottom-sheet.tsx#L193
Replace `⏎························key={unit.UnitId}⏎························unit={unit}⏎························isSelected={activeUnit?.UnitId·===·unit.UnitId}⏎························isLoading={isLoading}⏎························onSelect={handleUnitSelection}⏎·····················` with `·key={unit.UnitId}·unit={unit}·isSelected={activeUnit?.UnitId·===·unit.UnitId}·isLoading={isLoading}·onSelect={handleUnitSelection}`
|
|
test:
src/components/settings/unit-selection-bottom-sheet.tsx#L36
Replace `⏎······key={unit.UnitId}⏎······onPress={handlePress}⏎······disabled={isLoading}⏎······className={isSelected·?·'data-[checked=true]:bg-background-100'·:·''}⏎······testID={`unit-item-${unit.UnitId}`}⏎····` with `·key={unit.UnitId}·onPress={handlePress}·disabled={isLoading}·className={isSelected·?·'data-[checked=true]:bg-background-100'·:·''}·testID={`unit-item-${unit.UnitId}`}`
|
|
test:
expo-env.d.ts#L3
Insert `⏎`
|