callstack / react-theme-provider

A set of utilities that help you create your own React theming system in few easy steps
MIT License
466 stars 54 forks source link

fix: type $Without does not distribute over discriminated unions #96

Closed brunohkbx closed 3 years ago

brunohkbx commented 3 years ago

Summary

Following up this this PR in react-native-paper. The current implementation of the type $Without it's not distributing the declarations over discriminated unions. You can read more about here

lukewalczak commented 3 years ago

@souhe could you please look on it?