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