``` componentWillReceiveProps = (nextProps) => ...
# prisma-whats-new
a
Copy code
componentWillReceiveProps = (nextProps) => {
    if (!nextProps.userQuery.loading) {
      if (nextProps.userQuery) {
        this.setState({ data: nextProps.userQuery.chats });
      }
    }
I cant seem to refetch whenever i create a new chat