relay refetch doesn't show the result
问题 I'm trying to create a live search-result component(lazy load one). It works perfectly for the first time but refetch doesn't update the data. I see the request and respoonse in Network tab! so it does get the data, but it doesn't supply it to the component! any idea why? import React, { Component } from 'react'; import { createRefetchContainer, graphql, } from 'react-relay'; import ProfileShow from './ProfileShow'; class ProfileList extends Component { render() { console.log("rendering....",