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

Fix useQuery keeps polling bug from #3272 #3273

Merged
merged 10 commits into from Aug 5, 2019
Merged

Fix useQuery keeps polling bug from #3272 #3273

merged 10 commits into from Aug 5, 2019

Commits on Jul 24, 2019

  1. Add test for polling

    - update add link prop to the MockedProvider
    - add test that fails when component unmounted
    dqunbp committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    fc5fa6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a18c59 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Configuration menu
    Copy the full SHA
    75d23a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Configuration menu
    Copy the full SHA
    2ae05f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Configuration menu
    Copy the full SHA
    3aa33e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Configuration menu
    Copy the full SHA
    5f0e121 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Configuration menu
    Copy the full SHA
    ab87daf View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. Configuration menu
    Copy the full SHA
    dc897e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Configuration menu
    Copy the full SHA
    403dedf View commit details
    Browse the repository at this point in the history
  2. Re-arrange things a bit to remove extra setTimeout

    These changes will let us avoid the extra `setTimeout` call
    in the cleanup `useEffect`.
    hwillson committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    bfcaa10 View commit details
    Browse the repository at this point in the history