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
@Tallyb I had a similar issue with optional chaining in the template, but for me, the problem was that the template was not properly formatted, and the interpolation expression had bad formatting, i.e. having space before and after, like the following:
x is an input transformed to signal.
The template has a "something = x?.y"
expected the template to change to "x()?.y". but it does not migrate.
The text was updated successfully, but these errors were encountered: