-
Notifications
You must be signed in to change notification settings - Fork 439
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
ids in fixtures can't be '0' #167
Comments
Does the integer 0 work? This has to do with some string coercion going on, to make the db operations consistent (e.g. |
Currently using integers but it doesn't work, should I use strings? |
It's because of this: https://github.com/samselikoff/ember-cli-mirage/blob/master/addon/db.js#L55 I'll change it to explicitly check for undefined |
Should be all set! You can get this version now with
in your package.json. |
Is there a specific reason for this? Ember cli mirage currently replaces my id's with a different number which interferes with my ui and tests.
The text was updated successfully, but these errors were encountered: