react-magma
react-magma copied to clipboard
extends Omit<> is not working
A lot of components use extends Omit<> to extend props from another component. There's something wrong with that because the extended props don't show up in the component's prop table.