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: lazy module import always returns default module #4148

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

SychO9
Copy link
Member

@SychO9 SychO9 commented Jan 3, 2025

Fixes #0000

Changes proposed in this pull request:
A recent change before the beta.1 tag which fixed another code splitting issue, introduced an issue where if importing a module that belongs to a split chunk, it would always return the split chunk's default module instead.

Example: importing ReplyPlaceholder, would return PostStream

@SychO9 SychO9 added the type/bug label Jan 3, 2025
@SychO9 SychO9 added this to the 2.0.0-beta.2 milestone Jan 3, 2025
@SychO9 SychO9 requested a review from a team as a code owner January 3, 2025 09:51
@SychO9 SychO9 merged commit e08a987 into 2.x Jan 3, 2025
28 checks passed
@SychO9 SychO9 deleted the sm/code-splitting-fix branch January 3, 2025 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant