Skip to content

Conversation

davidmeirlevy
Copy link

Suggested merge commit message (convention)

Type: Message. Closes #000.


Additional information

from vue 3.2.x - every property on the data becomes reactive() and not ref(), and since that version - every getter from the reactive proxy returns a reactive proxy of the internal property.
because of that, using methods under the instance is throwing errors because the "this" context is the proxy and not the instance.

For example – encountered issues, assumptions you had to make, other affected tickets, etc.

@davidmeirlevy
Copy link
Author

@Reinmar your CLA form is broken. tells me the address input is required although I filled it.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 253

  • 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 100.0%

Totals Coverage Status
Change from base Build 251: 0.0%
Covered Lines: 44
Relevant Lines: 44

💛 - 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.

2 participants