I followed the development on enact app documentation and develop the app using react typescript. I finished my app development for LG webos TV app. below are dependencies of the app
"dependencies": {
"@enact/core": "^4.8.0",
"@enact/i18n": "^4.8.0",
"@enact/sandstone": "^2.9.10",
"@enact/spotlight": "^4.8.0",
"@enact/ui": "^4.8.0",
"@enact/webos": "^4.9.5",
"@tanstack/react-query": "^5.67.1",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"ilib": "^14.19.0",
"jotai": "^2.12.1",
"prop-types": "^15.8.1",
"qrcode.react": "^4.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-qr-code": "^2.0.15",
"react-router-dom": "^7.3.0",
"typescript": "^5.3.3",
"web-vitals": "^3.5.1"
},
I tested my app using simulator 24, the app works fine. but eventually when I installed the app into my LG Smart TV using ares package and then launch the app using ares launch, the app went blank and nothing appear on the screen. Ive been waiting for the app to start for hours and nothing appears. my LG smart TV model is 43UR761H0TA. please help me to find solution based on the case that occured. Thank you and I appreciate you for your help fellas!