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
The v2 change of {{expression}} to {expression} wreaks havoc with inline non-root style tags, which are getting parsed for them so we can interpolate the styles at runtime. This is quite inconvenient, as things that are enclosed in braces happen (surprise!) all the time in CSS. I don't know what's a good way to reconcile this.