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
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.
The text was updated successfully, but these errors were encountered:
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 intoredwood.1
so that other people won't face this issue. Looking forward to your suggestions.The text was updated successfully, but these errors were encountered: