1. 06 Aug, 2021 2 commits
    • Eduardo Sanz García's avatar
      Replaced `container.parentNode.removeChild(...)` · 67d3924b
      Eduardo Sanz García authored
      This is a old pattern. `Element.remove` is currently supported by our
      test environment.
      67d3924b
    • Robert Knight's avatar
      Add code to debug ThreadList effect exception · 1f672969
      Robert Knight authored
      Add code to debug an error [1] triggered during an effect in the
      `ThreadList` component.
      
      When the effect is run, an attempt to get a reference to a DOM node
      rendered by the component using `getElementById` is failing. This could
      be because:
      
       - The component has been unmounted (I didn't think effects could run
         after unmounting, but I'm not certain)
       - The component has been rendered but the DOM has not yet been attached
         to the document
       - The `visibleThreads` value captured by the effect does not match the
         most recently rendered output.
      
      I couldn't reproduce the issue locally. The debugging code added here
      should narrow down which of these is happening.
      
      [1] https://sentry.io/organizations/hypothesis/issues/2554918407/
      1f672969
  2. 05 Aug, 2021 10 commits
  3. 04 Aug, 2021 6 commits
  4. 03 Aug, 2021 6 commits
  5. 02 Aug, 2021 8 commits
  6. 30 Jul, 2021 7 commits
  7. 29 Jul, 2021 1 commit