Skip to content

fix class/prototype getters not being reactive#2343

Merged
ryansolid merged 2 commits into
solidjs:mainfrom
timbasel:fix-prototype-getters
May 14, 2026
Merged

fix class/prototype getters not being reactive#2343
ryansolid merged 2 commits into
solidjs:mainfrom
timbasel:fix-prototype-getters

Conversation

@timbasel
Copy link
Copy Markdown
Contributor

@timbasel timbasel commented Oct 20, 2024

This fixes class getter methods not being reactive.
It is the same fix that was already applied for createMutable in #2027.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Oct 20, 2024

🦋 Changeset detected

Latest commit: 72e97e8

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

@timbasel timbasel changed the title fix class/prototype getters not getting wrapped fix class/prototype getters not being reactive Oct 20, 2024
@timbasel
Copy link
Copy Markdown
Contributor Author

timbasel commented Mar 8, 2026

@ryansolid It's been a while, but is there anything that can be done to get this fix implemented so I don't have to run a custom version of solid for some my projects?

@ryansolid
Copy link
Copy Markdown
Member

Sorry it has taken me a while to get back to Solid 1.0 stuff especially wanted to make sure I would be fine with these changes in 2.0 (didn't have this concern for createMutable).

@ryansolid ryansolid merged commit 523bb23 into solidjs:main May 14, 2026
1 check passed
@ryansolid
Copy link
Copy Markdown
Member

Thank you.

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.

2 participants