Add displayName to contexts (#8814)
This commit is contained in:
@@ -27,6 +27,7 @@ const Context = React.createContext<{
|
||||
titleId: '',
|
||||
descriptionId: '',
|
||||
})
|
||||
Context.displayName = 'PromptContext'
|
||||
|
||||
export function Outer({
|
||||
children,
|
||||
|
||||
Reference in New Issue
Block a user