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
BREAKING CHANGE: models are now prefixed with wordpress to avoid naming conflicts. So instead of this.store.findAll('post') you'll have to do this.store.findAll('wordpress/post'). Enjoy!