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
Support theme member expressions in inline style fallback
The tryBuildThemeBooleanInlineStyleFallback guard required the unresolvable
branch to contain a call expression. This rejected theme member expressions
like theme.baseTheme?.color.X where the adapter can't resolve the path to
a static token. Replace the hasCallExpression check with isFullyTransformedThemeExpr,
which validates that replaceThemeRefsWithHookVar successfully replaced all
param/theme binding references — accepting both call and member expressions.
Co-authored-by: Kenneth Skovhus <skovhus@users.noreply.github.com>
0 commit comments