Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(editor) Remove our console proxy and the console tab #5676

Merged
merged 1 commit into from
May 15, 2024

Conversation

Rheeseyb
Copy link
Contributor

@Rheeseyb Rheeseyb commented May 14, 2024

Problem:
The console pane is useless.

Fix:
Remove it.

Manual Tests:
I hereby swear that:

  • I opened a hydrogen project and it loaded
  • I could navigate to various routes in Preview mode

Fixes #5631

@Rheeseyb Rheeseyb marked this pull request as draft May 14, 2024 15:57
Copy link
Contributor

github-actions bot commented May 14, 2024

Try me

Copy link

relativeci bot commented May 14, 2024

#12437 Bundle Size — 62.12MiB (-0.66%).

923635b(current) vs 6339ece master#12435(baseline)

Warning

Bundle removed 6 duplicate packages, 52 duplicate packages remaining – View duplicate packages

Bundle metrics  Change 7 changes Improvement 4 improvements
                 Current
#12437
     Baseline
#12435
Improvement  Initial JS 45.18MiB(-0.9%) 45.59MiB
No change  Initial CSS 0B 0B
Change  Cache Invalidation 26.96% 21.16%
No change  Chunks 31 31
No change  Assets 34 34
Change  Modules 4276(-2.51%) 4386
Improvement  Duplicate Modules 509(-0.39%) 511
Change  Duplicate Code 31.01%(+0.62%) 30.82%
Improvement  Packages 449(-4.06%) 468
Improvement  Duplicate Packages 52(-10.34%) 58
Bundle size by type  Change 2 changes Improvement 2 improvements
                 Current
#12437
     Baseline
#12435
Improvement  JS 62.11MiB (-0.66%) 62.53MiB
Improvement  HTML 10.94KiB (-0.34%) 10.98KiB

Bundle analysis reportBranch chore/remove-console-proxyProject dashboard

@Rheeseyb Rheeseyb marked this pull request as ready for review May 14, 2024 16:13
Copy link
Contributor

Performance test results:
(Chart1)
(Chart2)

Copy link
Contributor

@ruggi ruggi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹

Copy link
Contributor

@balazsbajorics balazsbajorics left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌

@Rheeseyb Rheeseyb merged commit ca0c0d3 into master May 15, 2024
18 checks passed
@Rheeseyb Rheeseyb deleted the chore/remove-console-proxy branch May 15, 2024 09:40
firstLine.startsWith(ReactRouterAwaitErrorPrefix)
) {
// ...Mark these as having been seen.
setReactRouterErrorHasBeenLogged(true)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In PR #5084 this was added so that if a change caused an exception in something like an <Await> component, that a further change would result in the error being cleared. Does that now work without this logic?

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.

kill proxy-console and remove the console tab from the vscode pane
5 participants