[6.x] [Infra UI] Don't block url update from propagating through container (#29352) (#29362)

Backports the following commits to 6.x:
 - [Infra UI] Don't block url update from propagating through container  (#29352)
This commit is contained in:
Felix Stürmer 2019-01-25 20:29:35 +01:00 committed by GitHub
parent 70fee59157
commit 39962b6841
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,7 +138,7 @@ interface WithSourceProps {
export const WithSource: React.SFC<WithSourceProps> = ({ children }) => (
<ApolloConsumer>
{client => (
<ConstateContainer pure {...createContainerProps('default', client)}>
<ConstateContainer {...createContainerProps('default', client)}>
{({
getConfiguredFields,
getDerivedIndexPattern,