feat: introduce new API #23
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
example/src/App.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 “Navigation” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
example/src/Screens/Article.tsx#L26
Inline style: { color: '#000' }
|
example/src/Screens/Article.tsx#L34
Inline style: { color: '#000' }
|
example/src/Screens/Article.tsx#L54
Inline style: { backgroundColor: '#fff' }
|
example/src/Screens/Article.tsx#L64
Inline style: { color: '#000' }
|
example/src/Screens/Article.tsx#L65
Inline style: { color: '#000' }
|
example/src/Screens/Chat.tsx#L50
Inline style: { backgroundColor: "odd ? 'blue' : 'white'" }
|
example/src/Screens/Chat.tsx#L53
Inline style: { color: "odd ? 'white' : 'blue'" }
|
example/src/Screens/Chat.tsx#L60
Inline style: { backgroundColor: 'white', color: 'black' }
|
example/src/Screens/Chat.tsx#L67
Inline style: { height: 80 }
|
The logs for this run have expired and are no longer available.
Loading