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
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
AgencyHomePageWrapper breaks consistency with how HomePage is structured, since most of the layout is in AgencyHomePage, with the wrapper mostly adding a HomePageProvider around AgencyHomePage. This contrasts with HomePage, which has most of the layout as well as HomePageProvider in the same file.
Extract the hook-dependent components into a separate file, and merge the wrapper into AgencyHomePage.
AgencyHomePageWrapper breaks consistency with how HomePage is structured, since most of the layout is in AgencyHomePage, with the wrapper mostly adding a HomePageProvider around AgencyHomePage. This contrasts with HomePage, which has most of the layout as well as HomePageProvider in the same file.
Extract the hook-dependent components into a separate file, and merge the wrapper into AgencyHomePage.
Originally posted by @LoneRifle in #1594 (comment)
The text was updated successfully, but these errors were encountered: