mirror of
https://github.com/wassname/talk.git
synced 2026-08-09 12:30:42 +08:00
Finish porting to relay-1.7 including types
This commit is contained in:
@@ -14,7 +14,7 @@ const AppContainer: StatelessComponent<InnerProps> = ({ local: { view } }) => {
|
||||
return <App view={view} />;
|
||||
};
|
||||
|
||||
const enhanced = withLocalStateContainer<Local>(
|
||||
const enhanced = withLocalStateContainer(
|
||||
graphql`
|
||||
fragment AppContainerLocal on Local {
|
||||
view
|
||||
|
||||
Reference in New Issue
Block a user