Hari Haran
Hari Haran
> @ano thank you so much sir. I was trying to integrate this swagger-ui into my angular application and there were a couple of examples available on internet but unfortunately...
> @gethari See index.html example here: > > https://gist.github.com/ano/6aa608f2007a3192bc928c14740cfaa6 Thanks @ano . I've got the swagger working but I ended up in a whole different problem #7062
@augustjk thanks for responding, > Are you using `@property` decorators? Yes This is my [tsconfig.json](https://github.com/gethari/typescript-webpack-lit-html-jest-swc/blob/f7c6e742c346b7171f5b8d0a58fd8028c5cdeada/tsconfig.json#L4-L5) , it has both the properties mentioned in the `lit` docs, as well my `.swcrc`...
@augustjk you are right, by making the below config changes to `swcrc` I was able to bypass the error & got the tests up, but it results in a new...
I also found these, I think might be related - https://github.com/swc-project/swc/issues/6833 - https://github.com/swc-project/swc/issues/6824 my `swcrc` config for ref ``` { "$schema": "https://json.schemastore.org/swcrc", "jsc": { "parser": { "syntax": "typescript", "dynamicImport": true,...
> So i created a new Angular 10 project, copied parts of the code and i got things to work. Would you mind sharing what you did ?
> So not the best solution, but it enabled to use the functionality. If you look at the code in GitHub you will see code that is 2 years old...
@johnpozy did you solve this problem ? can you please share the results ?
> I'm still investigating. > > The error occurs in `@lit/reactive-element/css-tag.js` > > caused by the line > > ``` > s5.adoptedStyleSheets = o12.map((t8) => t8 instanceof CSSStyleSheet ? t8...
> Just tried Swagger UI on a non-existing, but constaint endpoint. The response is: > > ``´ > date: Mon, 21 Oct 2019 08:53:40 GMT > server: Apache/2.4.41 (FreeBSD) OpenSSL/1.1.1a-freebsd...