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
(disclaimer: I am absolutely new with sl-ember-store so maybe I'm missing something fundamental, but I don't see how this is supposed to be working)
In a very simple project containing a single model and a server returning a valid json response for that model, I keep getting the following assertion failure:
A serializer needs to be set for....
Upon examination it seems that the default serializer is chosen. In the assertion execution, the serializer is called with zero arguments, therefore returns undefined, and the assertion fails, as it expects a "true" from the method it is calling.
Removing the assertion results in a program working as expected.
The text was updated successfully, but these errors were encountered:
(disclaimer: I am absolutely new with sl-ember-store so maybe I'm missing something fundamental, but I don't see how this is supposed to be working)
In a very simple project containing a single model and a server returning a valid json response for that model, I keep getting the following assertion failure:
A serializer needs to be set for....
Upon examination it seems that the default serializer is chosen. In the assertion execution, the serializer is called with zero arguments, therefore returns undefined, and the assertion fails, as it expects a "true" from the method it is calling.
Removing the assertion results in a program working as expected.
The text was updated successfully, but these errors were encountered: