fix displayName]

This commit is contained in:
konnorrogers
2023-08-17 17:07:23 -04:00
parent 0ff4dac816
commit 8eb6cb13f8

View File

@@ -57,7 +57,7 @@ components.map(component => {
> = React.JSXElementConstructor<
React.ComponentPropsWithoutRef<ReactComponent> & {
ref?: React.ForwardedRef<Element>;
> & { Omit<React.FC<ReactComponent>, 'ref'>;
> & React.FC<ReactComponent>;
const tagName = '${component.tagName}'