Michael Luo
Michael Luo
Sorry for the late reply.. github release works but i think have changelog be part of the source code is still nice to have as - People can see all...
ran into the same issue, the async workflow doesn't really work.
Running into the same issue with discriminator on 6.9.0, downgrade to 6.8.1 works. Thanks for looking into this!
+1. This is an awesome tool but the queryKey is blocking me from using it. Is there a workaround before it get addressed?
I wrote a custom script base on "ts-morph" to process the generated file. It will be great to have native support though
@knyzorg sure, https://gist.github.com/missing1984/907c2b6aef0206e8944ccbaea7c4d0a9 the script basically break key into arrays
upgrading import from 'react-query' to `@tenstack/react-query` seems to be a breaking change? would that be possible to control react-version by a config flag?
Ran into https://github.com/anymaniax/orval/issues/494 that needs the upgrade :( I think a breaking change is a breaking change
run into the same issue upgrading from v9 to v11
figured that out, you will need to make sure reactflow use d3-selection v3. Technically a bug on d3-zoom where it shouldn't declared d3-selection v2 as its dependency.