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
See this thread. After #4807 is merged, the SSR compiler will have almost full support for wire adapters. However, this PR does not include support for computed keys in wire config. Instead, if non-identifiers are found for keys, an error is thrown during compilation.
This issue should be considered fixed when an error "@wire config entry key must be an identifer" is no longer thrown during compilation of the above wire decorator, and the correct behavior from engine-* is reproduced in the SSR compiler.
The text was updated successfully, but these errors were encountered:
See this thread. After #4807 is merged, the SSR compiler will have almost full support for wire adapters. However, this PR does not include support for computed keys in wire config. Instead, if non-identifiers are found for keys, an error is thrown during compilation.
Here is an example of that:
This issue should be considered fixed when an error
"@wire config entry key must be an identifer"
is no longer thrown during compilation of the above wire decorator, and the correct behavior fromengine-*
is reproduced in the SSR compiler.The text was updated successfully, but these errors were encountered: