Skip to content
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

Ember Model Fragments Freezes Chrome DevTools/Ember Inspector #278

Open
redrobot5050 opened this issue Sep 14, 2017 · 2 comments
Open

Ember Model Fragments Freezes Chrome DevTools/Ember Inspector #278

redrobot5050 opened this issue Sep 14, 2017 · 2 comments

Comments

@redrobot5050
Copy link

Versions:
Ember Inspector: 2.1.1 (up to date)
Ember: 2.13.1
Ember-Data: 2.15.0-beta.1
jQuery: 3.2.1
Ember Bootstrap: 1.0.0-rc.1
Model Fragments: 2.14.0

Steps to Reproduce:

  1. Create a model with a fragment (example: Model: Person) with a fragment (PhoneNumbers).
  2. In the app, load the models through the store.
  3. Open your Chrome (Version 60.0.3, 64-bit) DevTools, navigate to the Ember tab.
  4. In the Ember Inspector, select Data.
  5. Select the model with the ember-data fragment (Person) and see that no data is displayed.
  6. DevTools and the Tab are no longer responding, and must be closed.
@workmanw
Copy link
Contributor

I believe this is actually an issue with Ember proper. Unless you're saying that there is also a problem with the fragment data outside of the ember inspector.

@workmanw
Copy link
Contributor

See: emberjs/ember-inspector#690

If you open Developer Tools with Ember and you go the Data - chrome tab freezes and uses a lot of resources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants