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
Run LH on https://www.yahoo.co.jp/ with desktop mode like this ./lighthouse-cli/index.js https://www.yahoo.co.jp/ --view --emulated-form-factor=desktop
See dom-size audit in HTML report
What is the current behavior?
When the number of total DOM size proceeds 1000, the Lighthouse HTML results shows NaN in the table.
What is the expected behavior?
Formatted number should be appeared, which is 1,114
I think it can be fixed by removing i18n.formatNumber in the audit from here. Currently formatNumber is called twice in here and details-renderer, which is injected to HTML report.
Environment Information
Affected Channels: Node, DevTools etc
Lighthouse version: 6.4.1
Chrome version: 86.0.4240.75
Node.js version: v12.16.1
Operating System: MacOS
Related issues
The text was updated successfully, but these errors were encountered:
Provide the steps to reproduce
./lighthouse-cli/index.js https://www.yahoo.co.jp/ --view --emulated-form-factor=desktop
What is the current behavior?
When the number of total DOM size proceeds 1000, the Lighthouse HTML results shows NaN in the table.
What is the expected behavior?
Formatted number should be appeared, which is
1,114
I think it can be fixed by removing i18n.formatNumber in the audit from here. Currently formatNumber is called twice in here and details-renderer, which is injected to HTML report.
Environment Information
Related issues
The text was updated successfully, but these errors were encountered: