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

this.callback.apply is not a function when importing single-spa-ember #25

Open
poplevente opened this issue Mar 19, 2024 · 2 comments
Open

Comments

@poplevente
Copy link

Hi Guys,

i have the same issue as the last person within this topic:
ember-cli/loader.js#151

I am trying the addon single-spa-ember and I am facing the same issue when adding this in ember-cli-buid.js file.

app.import('node_modules/single-spa-ember/amd/single-spa-ember.js', {
using: [
{ transformation: 'amd', as: 'single-spa-ember' }
]
});

216963045-2271cdb2-e0fd-44dc-acd2-2777c0bfa195

do you have any solution?
I'm using the latest version of ember (5.7)

@freyjameetsmel
Copy link

Hey there,

we face the same issue with our ember version on 5.4.0 (ember-data on 5.1.1).
But as the last release here is from 2018 and noone bothers to comment on any open issue here, I assume that this will not be maintained anymore. Sad. 😞

Did you by any chance get your ember application to work with single-spa? 🤔

@freyjameetsmel
Copy link

Just in case anyone stumbles upon this issue and is in search for a solution: I found this article here https://mainmatter.com/blog/2024/03/27/embeddable-ember-apps/ and with its help I could implement a working prototype for single-spa with ember on version 5.4.0 😸

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