Daniel Gröger
Daniel Gröger
Had the same problem. Adding a resolution for `"ember-element-helper": "0.6.1"` solved it for me.
I'm having the same issue. When I add a resolution for `"@embroider/macros": "1.8.3"` I get the following error: ``` non serializable item found in config: /^\// [Embroider:MacrosConfig] the given config...
This upgrade fixed this issue. However I still get the error mentioned above `non serializable item found in config: /^\//`. if someone comes across this, I created an issue here...
As another hint: I came across the the error in this issue again while running tests (`ember serve` was fine): ``` [broccoli-persistent-filter:Babel > [Babel: @ember-data/model]: Babel: @ember-data/model] was configured to...
If I have a component which passes functions to handsontable hooks, e.g. ```typescript import Handsontable from 'handsontable'; import CellCoords from 'handsontable/3rdparty/walkontable/src/cell/coords'; export interface Args extends Handsontable.GridSettings { settings?: Handsontable.GridSettings; onMouseEvent(...
I have had a similar issue. For me the bootstrap import ended up below the usage of the variable in the resulting app.scss file which caused the 'undefined variable' error....
> Hi, I got the same error when adding @sentry/ember to my project. > > ``` > [broccoli-persistent-filter:Babel > [Babel: @ember-data/adapter]: Babel: @ember-data/adapter] was configured to `throwUnlessParallelizable` and was unable...
Very strange. Indeed, when I clone the repo it runs fine. Drove me almost crazy, since the exact same project didn't run in my original folder where I created it....
Thanks for you MR! I'd really like to see this issue fixed for easier debugging. I tried it on our app, but unfortunately don't get it to work properly. Without...
@wagenet Glad I am not the only one with this problem 😉 I did a bit more digging. We do not get sourcemaps since the generated sourcemaps fail validation. When...