-
Notifications
You must be signed in to change notification settings - Fork 286
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
Data tab not working #739
Comments
Hi, what are the Ember and Ember Data versions? Do you see any errors in the console after clicking the Data tab? |
HI |
Can you point me to an online repo or app that I can access that reproduces this issue? |
@teddyzeenny |
@lifeart it works for me http://take.ms/2gCit4 |
I had the same issue, it's when the Web Inspector crashes. For instance in this case since upgrading to 3.0 (or rather creating a new project and copying my stuff over) I had to change a model from:
to
The web inspector crashed on the previous version saying that DS didn't exist, and the data tab stopped being clickable. It could have been an old model that I had defined myself awhile back which is no longer working. Or maybe old CLI behaviour, I can't recall, but this fixed it for me. |
@Benjy1979 in the first example you're using |
Yes I agree it's a bug, but it wasn't crashing in the previous version of Ember.js. It was probably just circumstantial, or some internal changes in Ember.js have rearranged things so that it became invisible. Just speculating. The main point is that the Web Inspector crashed after Ember.js 3.0 but wasn't previously so that causes the data tab to become unclickable.. |
Because up until 3.x, |
i +1 this issue. at least i can still navigate through models using the Routes tab but still.. kinda painful and rendering the feature i use the most kinda useless. does anyone know if it would work with 3.x? |
@GottZ are you using |
yup totally resolved for me. i also just upgraded to ember 3.0.0 without a problem. no issues with ember-inspector. |
I'm going to go ahead and close this. If anyone is still having issues, please feel free to reopen! |
i faced the same issue with latest Ember ember-cli: 3.21.2 |
When in my ember project I am trying to select the data tab in the ember inspector but it not showing the data tab basically it does nothing
The text was updated successfully, but these errors were encountered: