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
fix(schema): derive rawConfigSchemaDeepPartial from rawConfigSchema
Address Copilot review feedback by deriving rawConfigSchemaDeepPartial
from rawConfigSchema using .extend() instead of duplicating fields.
This fixes the missing rtl field and prevents future drift between
the two schemas.
- Add test case for rtl field acceptance
- Remove misleading comment about config source
0 commit comments