ember-simple-auth icon indicating copy to clipboard operation
ember-simple-auth copied to clipboard

Create store.js

Open peter-scholtens opened this issue 1 year ago • 2 comments

Explicitly define store, to suppress deprecation warning, which appeared after logging in.

DEPRECATION: You are relying on ember-data auto-magically installing the store service. Use `export { default } from 'ember-data/store\';` in app/services/store.js instead [deprecation id: ember-data:deprecate-legacy-imports] This will be removed in ember-data 6.0.

peter-scholtens avatar Jun 28 '24 04:06 peter-scholtens

It is not clear to me if the other examples (classic-test-app and test-esa) also need this store.js file, as I see no site at all and lots of Content-Security-Policy warnings in the console.

peter-scholtens avatar Jun 28 '24 04:06 peter-scholtens

test-esa is a pretty much empty app exclusively for unit tests.

classic-test-app should work though and this was the reason why it didn't.

BobrImperator avatar Jun 28 '24 11:06 BobrImperator

Not needed anymore.

peter-scholtens avatar Jul 01 '24 00:07 peter-scholtens