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
console.warn('attribute "'+key+"' not defined on model '"+Model.name+"'.");
Thanks
The text was updated successfully, but these errors were encountered:
skinofstars
changed the title
attribute "foo' not defined on model 'Bar'. warning, despite transformFixtureDataFn
attribute "factory' not defined on model 'Foo'. warning, despite transformFixtureDataFn
Feb 14, 2017
Hey, non breaking bug here.
I'm using a dummy data value so I can know when to load in a default model. However, even if I delete the key, it's still returning the error:
attribute "factory' not defined on model 'Foo'.
warning, despite usingtransformFixtureDataFn
to remove it.i.e.
So, like, I don't really think it should even care about extra values.
Otherwise, it's non-breaking, but it's just a bit annoying.
Also, there's a quote
'"+'"
type mismatch in this console:sequelize-fixtures/lib/loader.js
Line 224 in b6dd220
Thanks
The text was updated successfully, but these errors were encountered: