Mikhail

Results 6 comments of Mikhail

@streaak hi! will you merge this PR?

I had similar issue, but my problem was be is wrong client version. Check your client version it's should be 2.x version, not 3.x Try to use one of clients...

For Angular 2 you can use [swagger-codegen](https://github.com/swagger-api/swagger-codegen).

and translate months

@domosedov thx! It's works for my minimal reproduce repo, but i steel has this bug in real project and after double check paths i've still had same problem. I'll try...

I found the problem. SIDs generated wrong when exports from factory function looks like [this](https://github.com/MrFranke/nextjs-effector-fabric-minimal-rep/blob/main/shared/pages/index.units.ts): `export const { pageLoaded, $isFlag, setFlag } = pageFactory();` If using object [without destructuring in...