Kevin Brey

Results 39 comments of Kevin Brey
trafficstars

Sorry, ended up handling this with schematics on my end and forgot to come back to finish this up. I was able to validate it though and migrated a bunch...

+1 for a trollbot that always takes the opposite opinion of the OP. People would waste so much time!

I ran into this same issue. Adding `declaration: true, declarationDir: "dist/types"` to my rollup config resulted in `Debug Failure` error. Adding an empty `tsconfig.json` resolved it.

yeah its been a long time since I tried the bookmarklet... I don't think adding the CORS middleware to starlette will fix that issue. I think adding that middleware would...

try this? https://github.com/balvin-perrie/Access-Control-Allow-Origin---Unblock

I ran into this same issue. Storybook is not able to find the component annotations in this function. https://github.com/storybookjs/storybook/blob/7064642e1aee7786c77fe735c064c0c29dbcee01/app/angular/src/client/preview/angular-beta/utils/NgComponentAnalyzer.ts#L128 ![image](https://user-images.githubusercontent.com/3688847/124491935-6f1ec180-dd79-11eb-84e1-82c2f21a6a17.png)

I can recreate that error with sb6.3.4 + ng11.2.14. I was able to resolve by using sb6.1.21 + ng11.2.14. Haven't yet bisected to determine which specific version between those introduced...

I see a flag was added from sb6.2, `angularLegacyRendering`. Tried enabling that but get the same `Cannot read property 'selector' of undefined` error.