Patch Changes
-
49ef963Thanks
@segunadebayo! - Write optional properties as explicit?: T | undefinedinstead
of wrapping them inPartialfrom@zag-js/types.That export shadowed the built-in
Partial, which changed whatPartial<T>meant in every file importing it and
broke@vue/compiler-sfconinterface X extends Partial<Y>. Types likeIntlTranslationsandElementIdsare now
plain interfaces. Passing a single translation key still works.