Skip to content

Commit

Permalink
Remove connectAdvanced (#1771)
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Sep 4, 2021
1 parent a3503c1 commit f278933
Show file tree
Hide file tree
Showing 10 changed files with 399 additions and 826 deletions.
4 changes: 2 additions & 2 deletions src/components/Provider.tsx
Expand Up @@ -12,8 +12,8 @@ export interface ProviderProps<A extends Action = AnyAction> {
store: Store<FixTypeLater, A>
/**
* Optional context to be used internally in react-redux. Use React.createContext() to create a context to be used.
* If this is used, generate own connect HOC by using connectAdvanced, supplying the same context provided to the
* Provider. Initial value doesn't matter, as it is overwritten with the internal state of Provider.
* If this is used, you'll need to customize `connect` by supplying the same context provided to the Provider.
* Initial value doesn't matter, as it is overwritten with the internal state of Provider.
*/
context?: Context<ReactReduxContextValue | null>
children: ReactNode
Expand Down

0 comments on commit f278933

Please sign in to comment.