1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-12-22 22:54:22 +00:00

Add another missing displayName due to memo

This commit is contained in:
Steffo 2022-07-16 16:14:48 +02:00
parent e0513b3e2d
commit 9624de8e3d
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -53,6 +53,7 @@ export const ErrorTrace = memo((props: ErrorTraceProps) => {
</code>
)
})
ErrorTrace.displayName = "ErrorTrace"
export type ErrorInlineProps = {