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
I already have one <RefinementList> for specifying Gatsby's keywords. I tried adding another one to filter deprecated packages <RefinementList attributeName="deprecated" defaultRefinement={[false]} />
This caused this error: Warning: Failed prop type: Invalid prop defaultRefinement[0] supplied to "AlgoliaRefinementList(Translatable(RefinementList))"
I tried putting false in quotes but then no packages were returned.