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

use correct hydration id in server lazy #2303

Merged
merged 2 commits into from
Sep 23, 2024
Merged

Conversation

mdynnl
Copy link
Contributor

@mdynnl mdynnl commented Sep 23, 2024

fixes #2302

with the new hydration key generation introduced in 424a31a, it's not necessary to cut the - at the end anymore.

Copy link

changeset-bot bot commented Sep 23, 2024

🦋 Changeset detected

Latest commit: b228471

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

This PR includes changesets to release 2 packages
Name Type
solid-js Patch
test-integration 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

@coveralls
Copy link

coveralls commented Sep 23, 2024

Pull Request Test Coverage Report for Build 11000021191

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 43 unchanged lines in 3 files lost coverage.
  • Overall coverage increased (+0.009%) to 93.351%

Files with Coverage Reduction New Missed Lines %
packages/solid/store/src/mutable.ts 1 93.87%
packages/solid/src/render/component.ts 9 90.67%
packages/solid/src/reactive/signal.ts 33 93.14%
Totals Coverage Status
Change from base Build 10692001464: 0.009%
Covered Lines: 4200
Relevant Lines: 4433

💛 - Coveralls

@ryansolid
Copy link
Member

Oh nice. I knew there was still some edge case missing. I wonder if this is the one that has been getting us and hadn't been narrowed down. Thank you.

@ryansolid ryansolid merged commit 379293d into solidjs:main Sep 23, 2024
1 check passed
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.

Multiple dynamic imports always load the first component
3 participants