Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick links on mobile forum pages not in hamburger menu #11193

Open
d--j opened this issue Mar 26, 2024 · 0 comments
Open

Quick links on mobile forum pages not in hamburger menu #11193

d--j opened this issue Mar 26, 2024 · 0 comments

Comments

@d--j
Copy link

d--j commented Mar 26, 2024

I think here

applySharedPortalContext((props) => {
return (
<AppContext variablesOnly noWrap errorComponent={ErrorPage}>
<SectionProvider type={SectionTypes.THREE_COLUMNS}>{props.children}</SectionProvider>
</AppContext>
);
});

the HamburgerMenuContextProvider is missing.

import { HamburgerMenuContextProvider } from "@library/contexts/HamburgerMenuContext";

applySharedPortalContext((props) => {
    return (
        <AppContext variablesOnly noWrap errorComponent={ErrorPage}>
            <SectionProvider type={SectionTypes.THREE_COLUMNS}>
                <HamburgerMenuContextProvider>{props.children}</HamburgerMenuContextProvider>
            </SectionProvider>
        </AppContext>
    );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant