Martin Paucot
Martin Paucot
I didn't dig much deeper but it seems that `styled(Earth, { color: 'red' })` provides `{ style: { color: 'red' }}` as props.
That makes completely sense, happy to review a PR for that!
> @kerwanp can you please give us an update? is there another PR being prepared for adonis or is this abandoned? There is an other PR under the way! A...
I've already signed the CLA but it does not seem to get updated. Happy to see that this issue is moving forward!
@tcztzy You are right, url is not passed along. I think we should simply remove it as it is already present in the `request` parameter. And anyway, I think that...
Hey! This definitely needs to be supported in the future! I was thinking of something like this, I'm not a big fan of the "array tupple" so if you have...
Hi @acs, You are right openapi-metadata does not support CJS, there is in fact a legacy `tsup.config.ts` file but is not used anymore. We are directly using `tsc`. I've opened...
@acs could you show me your `require` ? It seems you are trying to import decorators using `./dist/decorators` where it should just be `./decorators`. ```ts // Not good const {...
Hi, it is hard to debug your issue without any proper way to reproduce it, can you include the code that triggers the request? There is a really high chance...
Hi @zsugabubus! Thanks a lot for willing to contribute, there are really interesting ideas here! As stated in the [CONTRIBUTING.md](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-react-query/CONTRIBUTING.md#opening-a-pull-request) we require new features are discussed first in an issue...