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

Example not working with Ember 2.13 #61

Open
BryanHunt opened this issue May 21, 2017 · 7 comments
Open

Example not working with Ember 2.13 #61

BryanHunt opened this issue May 21, 2017 · 7 comments

Comments

@BryanHunt
Copy link

I'm trying to get your example line chart working and I'm using Ember 2.13. I think I figured out all of the dependencies, but now I'm getting this exception:

Error: let not found, and the catch-all block handler didn't handle it
    at Object.debugAssert [as assert] (http://localhost:4200/assets/vendor.js:16550:19)
    at Blocks.compile (http://localhost:4200/assets/vendor.js:16254:241)
    at http://localhost:4200/assets/vendor.js:16249:3224
    at Compilers.compile (http://localhost:4200/assets/vendor.js:16249:531)
    at compileStatement (http://localhost:4200/assets/vendor.js:16248:8728)
    at http://localhost:4200/assets/vendor.js:16248:727
    at Array.forEach (native)
    at WrappedBuilder.compile (http://localhost:4200/assets/vendor.js:16248:692)
    at ComponentLayoutBuilder.compile (http://localhost:4200/assets/vendor.js:16221:715)
    at Object.compileLayout (http://localhost:4200/assets/vendor.js:16221:280)
defaultDispatch @ ember.debug.js:19822
dispatchError @ ember.debug.js:19801
invokeWithOnError @ ember.debug.js:2204
flush @ ember.debug.js:2260
flush @ ember.debug.js:2384
end @ ember.debug.js:2454
run @ ember.debug.js:2568
join @ ember.debug.js:2599
run.join @ ember.debug.js:24497
(anonymous) @ ember.debug.js:24560
mightThrow @ jquery.js:3583
process @ jquery.js:3651
@ghost
Copy link

ghost commented May 23, 2017

Thanks for reporting this, @BryanHunt. I am pretty busy this week but I will be able to take a look over the weekend if not before.

@BryanHunt
Copy link
Author

Ping

@ghost
Copy link

ghost commented Jun 14, 2017 via email

@ghost
Copy link

ghost commented Jun 21, 2017

@BryanHunt can you please share your sample app with me?

@yarigpopov
Copy link
Collaborator

@BryanHunt have you installed ember-let?

@BryanHunt
Copy link
Author

Installing ember-let fixes the problem.

@ghost
Copy link

ghost commented Jul 25, 2017

@chilicoder thank you for mentioning this. It sounds like it provides a fix! I'm sorry I haven't been active on this project lately, I'm glad that you were able to get this working. I will try updating the dependency structure so that the external library is not required.

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