Update dependencies #100
dep.yml
on: workflow_dispatch
update-dependencies
17m 3s
Annotations
10 warnings
|
update-dependencies:
examples/expo/app/examples/hook/JoinMultipleChannel/JoinMultipleChannel.tsx#L186
'stats' is defined but never used. Allowed unused args must match /^_/u
|
|
update-dependencies:
examples/expo/app/examples/hook/JoinMultipleChannel/JoinMultipleChannel.tsx#L177
'elapsed' is defined but never used. Allowed unused args must match /^_/u
|
|
update-dependencies:
examples/expo/app/examples/basic/JoinChannelAudio/JoinChannelAudio.tsx#L337
'totalVolume' is defined but never used. Allowed unused args must match /^_/u
|
|
update-dependencies:
examples/expo/app/examples/basic/JoinChannelAudio/JoinChannelAudio.tsx#L336
'speakerNumber' is defined but never used. Allowed unused args must match /^_/u
|
|
update-dependencies:
examples/expo/app/examples/advanced/PictureInPicture/PictureInPicture.tsx#L407
'reason' is defined but never used. Allowed unused args must match /^_/u
|
|
update-dependencies:
examples/expo/app/examples/advanced/PictureInPicture/PictureInPicture.tsx#L387
'elapsed' is defined but never used. Allowed unused args must match /^_/u
|
|
update-dependencies:
examples/expo/app/examples/advanced/MusicContentCenter/MusicContentCenter.tsx#L516
Expected '===' and instead saw '=='
|
|
update-dependencies:
examples/expo/app/_layout.tsx#L80
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 “RootLayout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
|
update-dependencies:
examples/expo/app/_layout.tsx#L68
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 “RootLayout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
|
update-dependencies:
examples/expo/app/_layout.tsx#L56
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 “RootLayout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|