mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
fix displayName]
This commit is contained in:
@@ -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}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user