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
I just encountered this issue too. Seems like it's not an actual bug in the library, but a misconfiguration of your build-system.
For me, it was my Typescript-Compiler being set to es5, despite it's output being passed to babel later on (for ... reasons).
Setting it to es6 or esnext solves that problem.
I want to use this for my front-end, and seems I am unable to compile it correctly. I had to run it with babel to run it. And yet it's still missleading
This issue has been noted before: #54. ConsoleTVs, which part of the readme/description/documentation is misleading, or is it just that it may be incomplete? Please answer in the other issue, thanks!
When I get a model and I type:
Model.get(), this is thrown.
Eg: Product.get()
The text was updated successfully, but these errors were encountered: