Skip to content

fix: add abiFilters to the native template (#546) #466

fix: add abiFilters to the native template (#546)

fix: add abiFilters to the native template (#546) #466

Triggered via push May 16, 2024 11:42
Status Failure
Total duration 7m 1s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build (ubuntu-latest, library, js): ubuntu-latest-library-js/example/app/(tabs)/_layout.tsx#L22
Replace `·name={focused·?·'home'·:·'home-outline'}·color={color}` with `⏎··············name={focused·?·'home'·:·'home-outline'}⏎··············color={color}⏎···········`
build (ubuntu-latest, library, js): ubuntu-latest-library-js/example/app/(tabs)/_layout.tsx#L31
Replace `·name={focused·?·'code-slash'·:·'code-slash-outline'}·color={color}` with `⏎··············name={focused·?·'code-slash'·:·'code-slash-outline'}⏎··············color={color}⏎···········`
build (ubuntu-latest, library, js): ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L14
Replace `<Ionicons·size={310}·name="code-slash"·style={styles.headerImage}·/>}` with `⏎········<Ionicons·size={310}·name="code-slash"·style={styles.headerImage}·/>⏎······}⏎····`
build (ubuntu-latest, library, js): ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L18
Replace `This·app·includes·example·code·to·help·you·get·started.` with `⏎········This·app·includes·example·code·to·help·you·get·started.⏎······`
build (ubuntu-latest, library, js): ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L35
Replace `·web·version,·press{'·'}⏎··········<ThemedText·type="defaultSemiBold">w</ThemedText>` with `⏎··········web·version,·press·<ThemedText·type="defaultSemiBold">w</ThemedText>{'·'}⏎·········`
build (ubuntu-latest, library, js): ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L42
Replace `·provide·files·for⏎·········` with `⏎··········provide·files·for`
build (ubuntu-latest, library, js): ubuntu-latest-library-js/example/app/(tabs)/_layout.tsx#L21
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “TabLayout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
build (ubuntu-latest, library, js): ubuntu-latest-library-js/example/app/(tabs)/_layout.tsx#L30
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “TabLayout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true