ember-inspector
ember-inspector copied to clipboard
Adds an Ember tab to the browser's Developer Tools that allows you to inspect Ember objects in your application.
Bumps [release-it-lerna-changelog](https://github.com/rwjblue/release-it-lerna-changelog) from 4.0.1 to 5.0.0. Release notes Sourced from release-it-lerna-changelog's releases. Release 5.0.0 This package has been renamed from release-it-lerna-changelog to @release-it-plugins/lerna-changelog. :boom: Breaking Change #208 Fix compatibility with...
when selecting a component on the webpage, e.g via context menu. a tooltip will show in the website highlighting the selected component. after clicking outside the tooltip or clicking escape...
Not sure if this really is a bug or an unwanted side effect... When I create a changeset from an ember-data model and open the ember-inspector tab, two properties are...
The object inspector closes when i click on anything on the website which i am debugging. It should stay open so I can inspect the values in the component while...
**Describe the bug** We have a route that creates certain records when they don't exist yet. We assign them default values on creation by passing data into the `createRecord` method....
**Describe the bug** Stock install from `ember new test-app --embroider` makes the inspector crash internally **To Reproduce** - Create a new application and serve it - Open the inspector; it...
This internal error appear when I create **store** using ember-data **To Reproduce** Steps to reproduce the behavior: 1. Create ember model 2. Create store 3. Check the data rows in...
**Describe the bug** Ember inspector does not show any existing route on 'Routes' page. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Ember-inspector' 2. Click on 'Routes' 3....
**Describe the bug** Clicking on "Components" does nothing. Instead an Error is logged on console. **To Reproduce** Steps to reproduce the behavior: 1. Go to extension in inspector 2. Click...
**This isn't a big issue, the only drawback is the warning itself + styles aren't injected. Just wanted to note this issue here with details, in case others are curious....