Issue 50 #53
Annotations
10 warnings
test:
apps/docs/theme.config.tsx#L24
Empty components are self-closing
|
test:
apps/docs/theme.config.tsx#L122
React Hook useMemo has missing dependencies: 'globalTheme' and 'theme'. Either include them or remove the dependency array
|
test:
apps/expo/app/(tabs)/_layout.tsx#L16
Inline style: { marginBottom: -3 }
|
test:
apps/expo/app/(tabs)/_layout.tsx#L33
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
|
test:
apps/expo/app/(tabs)/_layout.tsx#L34
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
|
test:
apps/expo/app/(tabs)/_layout.tsx#L43
Inline style: { marginRight: 15, opacity: 'pressed ? 0.5 : 1' }
|
test:
apps/expo/app/(tabs)/_layout.tsx#L64
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
|
test:
apps/expo/components/StyledText.tsx#L4
Inline style: { fontFamily: 'SpaceMono' }
|
test:
packages/demo/src/primitive/createButton/simple.native.tsx#L20
Inline style: { color: 'white' }
|
test:
packages/demo/src/primitive/createDropdown/simple.tsx#L86
Inline style: { zIndex: 30 }
|