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

[SSR v2] add support for wire-decorated getters #4828

Open
divmain opened this issue Nov 11, 2024 · 1 comment
Open

[SSR v2] add support for wire-decorated getters #4828

divmain opened this issue Nov 11, 2024 · 1 comment

Comments

@divmain
Copy link
Contributor

divmain commented Nov 11, 2024

See this thread. #4807 included support for wire-decorated getter/setter combos, wire-decorated methods, and wire-decorated properties. However, it does not include explicit support or tests for wire-decorated getters as seen here:

// Valid - basic
@wire(TestAdapter, { config: 'config' })
get basic() {
return testValue;
}

This needs to be addressed in a follow-up PR.

Copy link

git2gus bot commented Nov 11, 2024

This issue has been linked to a new work item: W-17206184

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants