Skip to content
This repository has been archived by the owner on Nov 10, 2019. It is now read-only.

Error when going from ember-cli/etc 3.0.4 to 3.1.0 #14

Open
rstudner opened this issue Apr 13, 2018 · 1 comment
Open

Error when going from ember-cli/etc 3.0.4 to 3.1.0 #14

rstudner opened this issue Apr 13, 2018 · 1 comment

Comments

@rstudner
Copy link

ember-utils.js:234 Uncaught RangeError: Maximum call stack size exceeded
    at isInternalSymbol (ember-utils.js:234)
    at Object.get (core_object.js:51)
    at Proxy.unknownProperty (feature-flags.js:192)
    at Object.get (core_object.js:55)
    at Proxy.unknownProperty (feature-flags.js:192)
    at Object.get (core_object.js:55)
    at Proxy.unknownProperty (feature-flags.js:192)
    at Object.get (core_object.js:55)
    at Proxy.unknownProperty (feature-flags.js:192)
    at Object.get (core_object.js:55)
@brandynbennett
Copy link

brandynbennett commented Jun 4, 2018

Looks like the unknownProperty implementation is using get and therefore creates an infinite loop.
Also seems related to emberjs/ember.js#16148

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

No branches or pull requests

2 participants