Tim Snadden
Tim Snadden
Thanks for looking into this. `window.__agent.allPropertiesSet` is called twice. The first time it succeeds and the second time it fails. Before and after the error `window.__agent.Backbone` is defined. When `allPropertiesSet`...
When `noConflict` is called on Backbone `previousBackbone` is undefined. The error is thrown at this point: ``` javascript root.Backbone = previousBackbone; ``` I was able to work around the issue...
As a first step I thought I would created the simplest Marionette app I could to demonstrate the problem. Without the inspector running this works as expected and shows 'Example...
One workaround is to use the `@prettier/sync` package. https://github.com/prettier/prettier-synchronized
This also applied to inputs
@sidharthramesh I had a similar issue. I'm afraid I haven't looked into it properly but I was able to resolve it for now by modifying the file extension to `.pcss`.
In my project I've found that required keyframes are missing intermittently. This has been tested by removing the `dist/` directory and running `npm install && npm start` with no other...
From my experiments it appears that building `dist` and `dist-custom-elements` together is the cause. My solution is to build twice, once with a custom config. e.g. stencil-dist-custom-elements.config.ts ```ts import type...