Add displayName to contexts (#8814)
This commit is contained in:
@@ -35,6 +35,7 @@ const stateContext = createContext<StateContext>({
|
||||
sendInteraction: (_interaction: AppBskyFeedDefs.Interaction) => {},
|
||||
feedDescriptor: undefined,
|
||||
})
|
||||
stateContext.displayName = 'FeedFeedbackContext'
|
||||
|
||||
export function useFeedFeedback(
|
||||
feed: FeedDescriptor | undefined,
|
||||
|
||||
Reference in New Issue
Block a user