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

Solid-Element: Add clarification on 'props' parameter in customElement function #1730

Merged
merged 2 commits into from
May 22, 2023

Conversation

raymondboswel
Copy link
Contributor

Summary

How did you test this change?

N/A

It's been a while since I ran into this, but when I used solid element
in my project, I encountered the issue
where the components weren't reacting to
changes to props. It took quite a bit of head scratching
and delving into the code to see that only props
with default values are handled by the custom element.
@changeset-bot
Copy link

changeset-bot bot commented May 17, 2023

🦋 Changeset detected

Latest commit: 304ff6f

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

This PR includes changesets to release 3 packages
Name Type
solid-element Patch
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

@ryansolid
Copy link
Member

Thank you.

@ryansolid ryansolid merged commit f99dd04 into solidjs:main May 22, 2023
1 check passed
@coveralls
Copy link

coveralls commented Jan 27, 2024

Pull Request Test Coverage Report for Build 5004307533

Warning: This coverage report may be inaccurate.

We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
To ensure accuracy in future PRs, please see these guidelines.
A quick fix for this PR: rebase it; your next report should be accurate.

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.05%

Totals Coverage Status
Change from base Build 4995918717: 0.0%
Covered Lines: 4079
Relevant Lines: 4269

💛 - Coveralls

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.

None yet

3 participants