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
useArrowKeyNavigationHook, useIndexOfLastVisibleChildHook, and useToggleHook all have variations of
// Note: this file was renamed from 'useIndexOfLastVisibleChild.tsx' to 'useIndexOfLastVisibleChildHook.tsx' to fix// some bugs in the Gatsby www site, where Webpack was getting the .tsx and .mdx// files confused. Renaming this file allows us to keep the URLs of the docs site// unchanged.
at the top of the files. This file (useIsVisibleHook) and useWindowSizeHook were also renamed but do not have those.
Since I noticed that on the sync from release-22.x to release-23.x that felt like the wrong place to recommend the changes.
The best path forward here would be to ensure we those note comments are consistent in all the renamed files on the release-22.x branch - then those changes will make their way into release-23.x and next.
The text was updated successfully, but these errors were encountered:
In #3395 (comment) I noticed
Since I noticed that on the sync from
release-22.x
torelease-23.x
that felt like the wrong place to recommend the changes.The best path forward here would be to ensure we those note comments are consistent in all the renamed files on the
release-22.x
branch - then those changes will make their way intorelease-23.x
andnext
.The text was updated successfully, but these errors were encountered: