Add displayName to contexts (#8814)
This commit is contained in:
@@ -18,6 +18,7 @@ const ItemContext = createContext({
|
||||
destructive: false,
|
||||
withinGroup: false,
|
||||
})
|
||||
ItemContext.displayName = 'SettingsListItemContext'
|
||||
|
||||
const Portal = createPortalGroup()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user