File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11// @flow
22import React , { Component } from 'react' ;
3- import { type Store } from 'redux' ;
43import {
54 localizeReducer ,
65 getActiveLanguage ,
@@ -23,7 +22,7 @@ type LocalizeProviderState = {
2322} ;
2423
2524export type LocalizeProviderProps = {
26- store ?: Store < any , any > ,
25+ store ?: any ,
2726 getState ?: Function ,
2827 initialize ?: InitializePayload ,
2928 children : any
Original file line number Diff line number Diff line change 11// @flow
22import React from 'react' ;
3- import { type Store } from 'redux' ;
43import {
54 defaultTranslateOptions ,
65 type MultipleLanguageTranslation
@@ -167,7 +166,7 @@ export const getTranslationsForLanguage = (
167166} ;
168167
169168export const storeDidChange = (
170- store : Store < any , any > ,
169+ store : any ,
171170 onChange : ( prevState : any ) => void
172171) => {
173172 let currentState ;
You can’t perform that action at this time.
0 commit comments