-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Description
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.Metadata
Metadata
Assignees
Labels
No labels