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

Can't get simple example to work - npm version bump/publish needed

Open betocantu93 opened this issue 6 years ago • 2 comments

Hello, I've been trying to make a proof of concept but I can't even get the readme example to work... I keep getting errors with all the layouts.

For the fixed layout I get Uncaught TypeError: height depends on the first argument of visibleWidth(number)

Even if I literally copy the code and with the parent using position:relative

I would show some code but it's literally a copy paste from the readme usage example, I'm using ember 3.4.

Also when using percentage, the app freezes, I have to manually force quit chrome to exit the app.

Any suggestions? thanks

betocantu93 avatar Oct 16 '18 05:10 betocantu93

Okay I don't know what happens between alpha.7 and alpha.9, but it works with alpha.9

The problem is that ember install ember-collection pulls the alpha.7 version from npm... publishing to npm should solve the issue

betocantu93 avatar Oct 16 '18 06:10 betocantu93

Would love see this as well. Pointing to the repo and using alpha.9 removes several deprecation warnings. Would be nice to not have to point directly to GitHub.

icole avatar Mar 23 '19 00:03 icole