Merge pull request #3 from NiharR27/dev #9
Annotations
4 warnings
Lint files:
example/src/App.tsx#L66
Inline style: { flex: 1 }
|
Lint files:
example/src/App.tsx#L67
Inline style: { flex: 1, paddingTop: 10 }
|
Lint files:
example/src/App.tsx#L73
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 “App” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
Lint files:
example/src/App.tsx#L73
Inline style: { height: 2 }
|
The logs for this run have expired and are no longer available.
Loading