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(reactivity): readonly can't get Prototype's method #12575

Closed
wants to merge 1 commit into from

Conversation

liulinboyi
Copy link
Member

close #12574
fix(reactivity): readonly can't get Prototype's method

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

@yyx990803
Copy link
Member

We can use Object.create directly. see 44ab1cd

@yyx990803 yyx990803 closed this Jun 23, 2022
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.

Readonly breaks reactive class instance
2 participants