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: issue with using __flush_here_and_after__ when in sync mode #1804

Merged
merged 1 commit into from
May 31, 2022

Conversation

DylanPiercey
Copy link
Contributor

Description

Fixes a bug where sync render methods eg renderToString would not work with our default bundler integrations because of an internal tag <__flush_here_and_after__> not working with sync rendering. This PR updates the tag to work correctly when in sync rendering mode.

Checklist:

  • I have read the CONTRIBUTING document and have signed (or will sign) the CLA.
  • I have updated/added documentation affected by my changes.
  • I have added tests to cover my changes.

@changeset-bot
Copy link

changeset-bot bot commented May 31, 2022

🦋 Changeset detected

Latest commit: a853031

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
marko Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@DylanPiercey DylanPiercey merged commit af8c944 into main May 31, 2022
@DylanPiercey DylanPiercey deleted the flush-here-and-after-sync-mode branch May 31, 2022 17:56
@github-actions github-actions bot mentioned this pull request May 31, 2022
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.

1 participant