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

fix: revert "fix(ssr): infer the SSR mode in renderComponent" #4837

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

nolanlawson
Copy link
Collaborator

@nolanlawson nolanlawson commented Nov 12, 2024

Details

This reverts commit d47c56c (#4820).

It turns out we broke the Best tests with this PR (due to node:utils/types not being Rollupified correctly), and plus it seems like it doesn't accurately detect async mode for some reason (it sometimes determines sync)?

This PR was not super important so let's just revert it for now.

Does this pull request introduce a breaking change?

  • 😮‍💨 No, it does not introduce a breaking change.

Does this pull request introduce an observable change?

  • 🤞 No, it does not introduce an observable change.

@nolanlawson nolanlawson requested a review from a team as a code owner November 12, 2024 19:05
@nolanlawson nolanlawson changed the title Revert "fix(ssr): infer the SSR mode in renderComponent (#4820)" fix: revert "fix(ssr): infer the SSR mode in renderComponent (#4820)" Nov 12, 2024
@nolanlawson nolanlawson changed the title fix: revert "fix(ssr): infer the SSR mode in renderComponent (#4820)" fix: revert "fix(ssr): infer the SSR mode in renderComponent" Nov 12, 2024
@nolanlawson nolanlawson merged commit 5bf5d91 into master Nov 12, 2024
11 checks passed
@nolanlawson nolanlawson deleted the nolan/no-detect branch November 12, 2024 19:35
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.

2 participants