ember-inspector
ember-inspector copied to clipboard
Uncaught (in promise) InternalError: too much recursion
This internal error appear when I create store using ember-data
To Reproduce Steps to reproduce the behavior:
- Create ember model
- Create store
- Check the data rows in ember inspector
- See error
Expected behavior When you create a store locally, usually you can see the data rows on ember inspector
Screenshots
Environment ember-cli: 3.28.4 node: 14.16.1 Google Chrome : 96.0.4664.45 (Build officiel) (64 bits) Firefox : 94.0.2 (64 bits)
@Abderazak-Amiar do you have an app we can reproduce this with?