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
When running an app with ember-mobile-menu 3.0.0-beta.3 from embroider 1.5.0 and ember-source 4.3.0, I get the following error:
TypeError: Cannot read properties of undefined (reading 'extend') at
eval (webpack://webapp/./node_modules/ember-mobile-menu/components/mobile-menu/link-to.js?:15:143)
Maybe be related to #229? or some build / package.json entanglement happening with the recent migration to monorepo? (I see there is a package.json both in root and in /addon). Please tell me if you are not able to reproduce – I'll try to create a minimal reproduction.
The text was updated successfully, but these errors were encountered:
When running an app with
ember-mobile-menu 3.0.0-beta.3
fromembroider 1.5.0
andember-source 4.3.0
, I get the following error:Maybe be related to #229? or some build / package.json entanglement happening with the recent migration to monorepo? (I see there is a
package.json
both in root and in/addon
). Please tell me if you are not able to reproduce – I'll try to create a minimal reproduction.The text was updated successfully, but these errors were encountered: