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(ssr): remove generateMarkup export #4925

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nolanlawson
Copy link
Collaborator

Details

Fixes #4726

I've confirmed this isn't used anymore by LWR or CLWR, so we can remove it.

Does this pull request introduce a breaking change?

  • 💔 Yes, it does introduce a breaking change.

The generateMarkup export from an SSR-compiled component is no longer supported. You can use the default export just like any other LWC component.

Technically this is breaking, but the new SSR compiler is marked as unstable so we don't consider this worthy of a major version bump.

Does this pull request introduce an observable change?

  • 🔬 Yes, it does include an observable change.

@nolanlawson nolanlawson requested a review from a team as a code owner November 22, 2024 21:38
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.

[SSR] Remove the generateMarkup export
2 participants