buildo / bento-design-system

A customizable and extensible Design System framework for React.js projects
https://www.bento-ds.com
MIT License
107 stars 12 forks source link

Fix config types for navigation.activeNavigation #809

Closed gabro closed 10 months ago

gabro commented 10 months ago

Our implementation of PartialDeep was not handling type unions correctly, so it would fail on activeNavigation.

I've fixed it by borrowing the type-fest's PartialDeep implementation (inlined with attributtion and license reference)