New feat #22
Merged
New feat #22
Annotations
10 warnings
apps/docs/theme.config.tsx#L24
Empty components are self-closing
|
apps/docs/theme.config.tsx#L98
React Hook useMemo has missing dependencies: 'globalTheme' and 'theme'. Either include them or remove the dependency array
|
apps/expo/app/(tabs)/_layout.tsx#L14
Inline style: { marginBottom: -3 }
|
apps/expo/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
|
apps/expo/app/(tabs)/_layout.tsx#L31
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
|
apps/expo/app/(tabs)/_layout.tsx#L39
Inline style: { marginRight: 15, opacity: 'pressed ? 0.5 : 1' }
|
apps/expo/app/(tabs)/_layout.tsx#L51
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
|
apps/expo/components/StyledText.tsx#L4
Inline style: { fontFamily: 'SpaceMono' }
|
packages/demo/src/primitive/createButton/group.tsx#L39
Inline style: { color: 'white' }
|
packages/demo/src/primitive/createButton/simple.native.tsx#L15
Inline style: { color: 'white' }
|
The logs for this run have expired and are no longer available.
Loading