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
When booting this starter wile connected to a standard Shopify site, the following warning messages appear:
(...)/src/pages/search.jsx
115:9 warning The 'productList' logical expression could make the dependencies of useEffect Hook (at line 127) change on every render. To fix this, wrap the initialization of 'productList' in its own useMemo() Hook react-hooks/exhaustive-deps
152:6 warning React Hook React.useEffect has missing dependencies: 'fetchNextPage' and 'hasNextPage'. Either include them or remove the dependency array react-hooks/exhaustive-deps
269:31 warning React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead react-hooks/exhaustive-deps
The text was updated successfully, but these errors were encountered:
When booting this starter wile connected to a standard Shopify site, the following warning messages appear:
The text was updated successfully, but these errors were encountered: