ember-collection
ember-collection copied to clipboard
Can't get simple example to work - npm version bump/publish needed
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
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
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.