зеркало из https://github.com/mozilla/fxa.git
fix(payments): fix storybook rendering since adding matchMedia to app context
This commit is contained in:
Родитель
7bcb522aaf
Коммит
f5446b404a
|
@ -36,6 +36,7 @@ export const defaultAppContextValue: AppContextType = {
|
|||
queryParams: {},
|
||||
navigateToUrl: action('navigateToUrl'),
|
||||
getScreenInfo: () => new ScreenInfo(window),
|
||||
matchMedia: (query: string) => window.matchMedia(query).matches,
|
||||
locationReload: action('locationReload'),
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче