You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debug: Add comprehensive logging to webgpu-cube initialization
Add detailed debug logging throughout the app initialization and
rendering pipeline to diagnose E2E test failures:
- Log each step of AppWithControls creation
- Log Render method execution and VNode tree building
- Log main.go initialization steps
- Remove ID('app') from app.gx to fix duplicate ID issue
This will help identify where the initialization is failing or hanging
in the CI environment.
0 commit comments