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
Right now I'm using relative paths (import { ModelSchema, Snapshot, SnapshotRecordArray } from "../model";) instead of referencing @ember-data. Not sure if this is correct and best practice, or if the @ember-data import namespace should be specified somewhere in the package?
The text was updated successfully, but these errors were encountered:
Right now I'm using relative paths (
import { ModelSchema, Snapshot, SnapshotRecordArray } from "../model";
) instead of referencing@ember-data
. Not sure if this is correct and best practice, or if the@ember-data
import namespace should be specified somewhere in the package?The text was updated successfully, but these errors were encountered: