MOO-1686 | main Listview/Gallery rendering bug in Mendix Native #751
Annotations
16 warnings
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linting code:
packages/pluggableWidgets/gallery-native/src/Gallery.tsx#L33
React Hook useEffect has a missing dependency: 'columnSize'. Either include it or remove the dependency array
|
Linting code:
packages/pluggableWidgets/gallery-native/src/Gallery.tsx#L55
React Hook useMemo has an unnecessary dependency: 'viewStateFilters.current'. Either exclude it or remove the dependency array. Mutable values like 'viewStateFilters.current' aren't valid dependencies because mutating them doesn't re-render the component
|
Linting code:
packages/pluggableWidgets/gallery-native/src/Gallery.tsx#L72
React Hook useCallback has a missing dependency: 'columnSize'. Either include it or remove the dependency array
|
Linting code:
packages/jsActions/mobile-resources-native/src/camera/TakePicture.ts#L325
Missing return type on function
|
Linting code:
packages/jsActions/mobile-resources-native/src/camera/TakePictureAdvanced.ts#L388
Missing return type on function
|
Linting code:
packages/jsActions/mobile-resources-native/src/file-download/DownloadFile.ts#L62
Missing return type on function
|
Linting code:
packages/jsActions/mobile-resources-native/src/notifications/HasNotificationPermission.ts#L22
'permissionStatus' is defined but never used. Allowed unused vars must match /createElement/u
|
Linting code:
packages/jsActions/mobile-resources-native/src/notifications/HasNotificationPermission.ts#L23
'NotDetermined' is defined but never used. Allowed unused vars must match /createElement/u
|
Linting code:
packages/jsActions/mobile-resources-native/src/notifications/HasNotificationPermission.ts#L24
'Denied' is defined but never used. Allowed unused vars must match /createElement/u
|
Linting code:
packages/jsActions/mobile-resources-native/src/notifications/HasNotificationPermission.ts#L25
'Authorized' is defined but never used. Allowed unused vars must match /createElement/u
|
Defining cache
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Defining cache
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Defining cache
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Checking changed files
Unexpected input(s) 'global_files', valid inputs are ['base']
|
Loading