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

open-release/redwood.1 does not allow to use custom footer #1071

Open
hinakhadim opened this issue Jun 26, 2024 · 1 comment
Open

open-release/redwood.1 does not allow to use custom footer #1071

hinakhadim opened this issue Jun 26, 2024 · 1 comment

Comments

@hinakhadim
Copy link

I have openedx installed using tutor and using custom header and footer for all MFEs. The problem is all MFEs are working fine with my custom header and footer except account MFE. The reason is this line which imports FooterSlot from @edx/frontend...footer. It's fixed in master branch. I think there's a need to backport this into redwood.1 so that other people won't face this issue. Looking forward to your suggestions.

 export 'FooterSlot' (imported as 'FooterSlot') was not found in '@edx/frontend-component-footer' (possible exports: EVENT_NAMES, StudioFooter, default, messages)

Error
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
@mrtmm
Copy link

mrtmm commented Aug 16, 2024

I am facing the same issue (in redwood.1 and now also in redwood.2), followed up on the Forum

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

2 participants