mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 14:44:21 +00:00
Add another missing displayName due to memo
This commit is contained in:
parent
e0513b3e2d
commit
9624de8e3d
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ export const ErrorTrace = memo((props: ErrorTraceProps) => {
|
||||||
</code>
|
</code>
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
ErrorTrace.displayName = "ErrorTrace"
|
||||||
|
|
||||||
|
|
||||||
export type ErrorInlineProps = {
|
export type ErrorInlineProps = {
|
||||||
|
|
Loading…
Reference in a new issue