Skip to content

Commit

Permalink
fix(android): Objects are not valid as React child
Browse files Browse the repository at this point in the history
Signed-off-by: Godefroy Ponsinet <godefroy.ponsinet@outlook.com>
  • Loading branch information
90dy committed Nov 30, 2018
1 parent ec566e3 commit df7915b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/react-native/common/relay/environment.js
@@ -1,10 +1,10 @@
import { SubscriptionClient } from 'subscriptions-transport-ws'
import {
RelayNetworkLayer,
urlMiddleware,
perfMiddleware,
retryMiddleware,
} from 'react-relay-network-modern/es'
import { SubscriptionClient } from 'subscriptions-transport-ws'
import { retryMiddleware } from 'react-relay-network-modern'

import { Environment, RecordSource, Store } from 'relay-runtime'

Expand Down

0 comments on commit df7915b

Please sign in to comment.