ember-light-table | Lightweight , contextual component based table for Ember | Addon library
kandi X-RAY | ember-light-table Summary
kandi X-RAY | ember-light-table Summary
Ember Light Table is a lightweight contextual component based table addon that follows Ember's actions up, data down ideology.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Set defaults on obj
- Run a command
- Returns intersection of two arrays .
- Computes an action .
- Merge global options with the global options
ember-light-table Key Features
ember-light-table Examples and Code Snippets
Community Discussions
Trending Discussions on ember-light-table
QUESTION
I have the test project at https://github.com/ericg-ember-questions/test_computed_sort
I setup the project by doing the following:
Node version: v12.18.1 (npm v6.14.5)
- npm install --save-dev ember-cli@3.4
- ./node_modules/.bin/ember new test_computed_sort
- cd test_computed_sort/
- ./node_modules/.bin/ember install ember-light-table@1.13.2
- ./node_modules/.bin/ember generate component test-comp
- ./node_modules/.bin/ember serve
ANSWER
Answered 2022-Feb-05 at 02:28The error kinda hints at this, but it doesn't really make sense unless you're using modern ember -- but you're using 3.4 (thanks for providing that information!!)
The stack in your error is actually very helpful, and here's how you can figure out what the issue is.
I downloaded your reproduction repo (thanks for providing that! reproductions are immensely helpful in debugging!)
The key piece here is the media.js reference. Clicking into that we see:
that the compiled version of the ember-responsive/services/media
file is using decorators --
you have some version of ember-responsive in your app which has decorators.
I saw in your package.json that you're specifying on alder version:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ember-light-table
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page