You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the introduction of the features from #519 , I have noticed that the overview page no longer works locally with no torrents. I have narrowed down the issue to the changes related to collapsible elements, and more precisely to the useState hooks that are declared after the components Tag filters and Tracker filters have returned when empty.
This is a break of the rules of hooks that state that the list of hooks should always be the same and in the same order with every render.
Your Environment
Summary
With the introduction of the features from #519 , I have noticed that the overview page no longer works locally with no torrents. I have narrowed down the issue to the changes related to collapsible elements, and more precisely to the
useState
hooks that are declared after the componentsTag filters
andTracker filters
have returned when empty.This is a break of the rules of hooks that state that the list of hooks should always be the same and in the same order with every render.
Expected Behavior
Page should be displayed properly
Current Behavior
Page remains with a blue background
Possible Solution
#523
Steps to Reproduce
Context
The text was updated successfully, but these errors were encountered: