ember-inspector icon indicating copy to clipboard operation
ember-inspector copied to clipboard

Uncaught (in promise) InternalError: too much recursion

Open Abderazak-Amiar opened this issue 3 years ago • 1 comments

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 ember inspector
  4. See error

Expected behavior When you create a store locally, usually you can see the data rows on ember inspector

Screenshots tmrec

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 avatar Nov 27 '21 14:11 Abderazak-Amiar

@Abderazak-Amiar do you have an app we can reproduce this with?

RobbieTheWagner avatar Dec 27 '21 03:12 RobbieTheWagner