Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Using two the same hooks on the same page ends with render loop  #875

@wtrocki

Description

@wtrocki

Bug Report

Steps to reproduce:

  const { error: errorTasks, data,
    subscribeToMore: subscribeToTasks } = useFindTasks(id);
  const { error: errorComments, data: dataComments,
    subscribeToMore: subscribeToComments } = useFindComments({ taskId: id });
  console.log(data);

After having both (even without subscription) page ends refreshing

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions