platform icon indicating copy to clipboard operation
platform copied to clipboard

get rid of the deprecation warning.

Open ZheSun88 opened this issue 3 years ago • 0 comments
trafficstars

This message in browser log console may be a potential error: '[2022-02-24T13:55:07.154Z] [WARNING] http://localhost:8080/VAADIN/build/vaadin-3-465efc010957f5308294.cache.js 710:776 "WARNING: Since Vaadin 22, placing the label as a direct child of a \u003Cvaadin-checkbox> is deprecated.\nPlease use \u003Clabel slot=\"label\"> wrapper or the label property instead."'
[15:55:28]	[com.vaadin:vaadin-platform-hybrid-test-prod] [pool-1-thread-1] WARN ComponentsIT - This message in browser log console may be a potential error: '[2022-02-24T13:55:07.155Z] [WARNING] http://localhost:8080/VAADIN/build/vaadin-3-465efc010957f5308294.cache.js 710:776 "WARNING: Since Vaadin 22, placing the label as a direct child of a \u003Cvaadin-checkbox> is deprecated.\nPlease use \u003Clabel slot=\"label\"> wrapper or the label property instead."'
[15:55:28]	[com.vaadin:vaadin-platform-hybrid-test-prod] [pool-1-thread-1] WARN ComponentsIT - This message in browser log console may be a potential error: '[2022-02-24T13:55:07.156Z] [WARNING] http://localhost:8080/VAADIN/build/vaadin-3-465efc010957f5308294.cache.js 710:776 "WARNING: Since Vaadin 22, placing the label as a direct child of a \u003Cvaadin-checkbox> is deprecated.\nPlease use \u003Clabel slot=\"label\"> wrapper or the label property instead."'
[15:55:28]	[com.vaadin:vaadin-platform-hybrid-test-prod] [pool-1-thread-1] WARN ComponentsIT - This message in browser log console may be a potential error: '[2022-02-24T13:55:07.180Z] [WARNING] http://localhost:8080/VAADIN/build/vaadin-6-7392ae37ef93d051e8d7.cache.js 146:386 "WARNING: \u003Ctemplate> inside \u003Cvaadin-context-menu> is deprecated. Use a renderer function instead (see https://vaad.in/template-renderer)"'
[15:55:28]	[com.vaadin:vaadin-platform-hybrid-test-prod] [pool-1-thread-1] WARN ComponentsIT - This message in browser log console may be a potential error: '[2022-02-24T13:55:07.391Z] [WARNING] http://localhost:8080/VAADIN/build/vaadin-3-465efc010957f5308294.cache.js 4804:629 "WARNING: Since Vaadin 22, placing the label as a direct child of a \u003Cvaadin-radio-button> is deprecated.\n  Please use \u003Clabel slot=\"label\"> wrapper or the label property instead."'
[15:55:28]	[com.vaadin:vaadin-platform-hybrid-test-prod] [pool-1-thread-1] WARN ComponentsIT - This message in browser log console may be a potential error: '[2022-02-24T13:55:07.392Z] [WARNING] http://localhost:8080/VAADIN/build/vaadin-3-465efc010957f5308294.cache.js 4804:629 "WARNING: Since Vaadin 22, placing the label as a direct child of a \u003Cvaadin-radio-button> is deprecated.\n  Please use \u003Clabel slot=\"label\"> wrapper or the label property instead."'
[15:55:28]	[com.vaadin:vaadin-platform-hybrid-test-prod] [pool-1-thread-1] WARN ComponentsIT - This message in browser log console may be a potential error: '[2022-02-24T13:55:07.393Z] [WARNING] http://localhost:8080/VAADIN/build/vaadin-3-465efc010957f5308294.cache.js 4804:629 "WARNING: Since Vaadin 22, placing the label as a direct child of a \u003Cvaadin-radio-button> is deprecated.\n  Please use \u003Clabel slot=\"label\"> wrapper or the label property instead."'
[15:55:31]	[Step 8/14] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.625 s - in com.vaadin.platform.fusion.offline.ComponentsIT
[15:55:31]	[Step 8/14] [INFO] Running com.vaadin.platform.fusion.offline.ChromeOfflineIT
[15:55:37]	[com.vaadin:vaadin-platform-hybrid-test-prod] Feb 24, 2022 1:55:36 PM org.openqa.selenium.remote.ProtocolHandshake createSession
[15:55:37]	[com.vaadin:vaadin-platform-hybrid-test-prod] INFO: Detected dialect: OSS
[15:55:41]	[com.vaadin:vaadin-platform-hybrid-test-prod] [pool-1-thread-2] WARN ChromeOfflineIT - Console - WARNING http://localhost:8080/VAADIN/build/vaadin-bundle-55d3fd7d76e8a38b2153.cache.js 2638:2672 "Could not find style data in module named" "lumo-color"
[15:55:41]	[com.vaadin:vaadin-platform-hybrid-test-prod] [pool-1-thread-2] WARN ChromeOfflineIT - Console - WARNING http://localhost:8080/VAADIN/build/vaadin-bundle-55d3fd7d76e8a38b2153.cache.js 2638:2672 "Could not find style data in module named" "lumo-typography"
[15:55:41]	[com.vaadin:vaadin-platform-hybrid-test-prod] [pool-1-thread-2] WARN ChromeOfflineIT - Console - WARNING http://localhost:8080/VAADIN/build/vaadin-bundle-55d3fd7d76e8a38b2153.cache.js 2638:2672 "Could not find style data in module named" "lumo-badge"

ZheSun88 avatar Feb 24 '22 13:02 ZheSun88