Skip to content

Fix warnings for ValueHelp images - #49

Merged
f-blass merged 1 commit into
mainfrom
fix_value_help_image_warnings
Aug 19, 2026
Merged

Fix warnings for ValueHelp images#49
f-blass merged 1 commit into
mainfrom
fix_value_help_image_warnings

Conversation

@finkmanAtSap

Copy link
Copy Markdown
Contributor

Fixes the following runtime warnings:

Assets in public directory cannot be imported from JavaScript.
If you intend to import that asset, put the file in the src directory, and use /src/images/vhp-valuehelpdialog-single.jpg instead of /public/images/vhp-valuehelpdialog-single.jpg.
If you intend to use the URL of that asset, use /images/vhp-valuehelpdialog-single.jpg?url.
Assets in public directory cannot be imported from JavaScript.
If you intend to import that asset, put the file in the src directory, and use /src/images/vhp-valuehelpdialog-multi.jpg instead of /public/images/vhp-valuehelpdialog-multi.jpg.
If you intend to use the URL of that asset, use /images/vhp-valuehelpdialog-multi.jpg?url.
Files in the public directory are served at the root path.
Instead of /public/images/vhp-valuehelpdialog-single.jpg, use /images/vhp-valuehelpdialog-single.jpg.
Files in the public directory are served at the root path.
Instead of /public/images/vhp-valuehelpdialog-multi.jpg, use /images/vhp-valuehelpdialog-multi.jpg.

@finkmanAtSap
finkmanAtSap requested a review from f-blass August 19, 2026 06:31
@f-blass
f-blass merged commit 8c83f6f into main Aug 19, 2026
3 checks passed
@f-blass
f-blass deleted the fix_value_help_image_warnings branch August 19, 2026 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants