mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-06 22:39:41 +08:00
chore: set displayName for ThemeContext (#9201)
Co-authored-by: Satyajit Sahoo <satyajit.happy@gmail.com>
This commit is contained in:
@@ -4,4 +4,6 @@ import type { Theme } from '../types';
|
||||
|
||||
const ThemeContext = React.createContext<Theme>(DefaultTheme);
|
||||
|
||||
ThemeContext.displayName = 'ThemeContext';
|
||||
|
||||
export default ThemeContext;
|
||||
|
||||
Reference in New Issue
Block a user