You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@wire, in the engine-server implementation, assumes that the identifier being decorated is not a computed value, resulting in the wrong prop being updated.
In the below example, we want to update the computed symbol property for Symbol(please). Instead, we end see that the component's "symbol" property is being updated, replacing the value we though we'd have.
Description
@wire
, in theengine-server
implementation, assumes that the identifier being decorated is not a computed value, resulting in the wrong prop being updated.In the below example, we want to update the computed symbol property for
Symbol(please)
. Instead, we end see that the component's"symbol"
property is being updated, replacing the value we though we'd have.playground
Steps to Reproduce
https://playground.lwc.dev
Expected Results
Actual Results
Browsers Affected
Version
Possible Solution
Additional context/Screenshots
Add any other context about the problem here. If applicable, add screenshots to help explain.
The text was updated successfully, but these errors were encountered: