openedx / frontend-app-account

Open edX micro-frontend application for managing user account information.
GNU Affero General Public License v3.0
17 stars 121 forks source link

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

Open hinakhadim opened 2 months ago

hinakhadim commented 2 months ago

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 commented 2 weeks ago

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