Skip to content

Commit e824581

Browse files
authored
fix: add displayName for context (#813)
1 parent 067fcd7 commit e824581

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stylesheet-registry.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ function invariant(condition, message) {
178178
}
179179

180180
export const StyleSheetContext = createContext(null)
181+
StyleSheetContext.displayName = 'StyleSheetContext'
181182

182183
export function createStyleRegistry() {
183184
return new StyleSheetRegistry()

0 commit comments

Comments
 (0)