fix(PageToggle): resolved sidebar not collapsing correctly #78
Annotations
1 warning
build (22.x):
src/components/PageToggle.tsx#L16
The 'applySidebarStylesToIsland' function makes the dependencies of useEffect Hook (at line 43) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'applySidebarStylesToIsland' in its own useCallback() Hook
|