Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for older versions of react query #100

Closed
lavocatt opened this issue Apr 30, 2024 · 1 comment
Closed

Add support for older versions of react query #100

lavocatt opened this issue Apr 30, 2024 · 1 comment
Labels
wontfix This will not be worked on

Comments

@lavocatt
Copy link

Is your feature request related to a problem? Please describe.

The product I'm working on is integrating in a federation of React components. See https://github.com/openshift/dynamic-plugin-sdk Which means that I can't chose the version of React I'm working with. Right now OpenShift console runs React 17. In turn this means that we have to use react-query at version 4.

Describe the solution you'd like

I'd love the codegen executable to accept a parameter to specify which version of react-query to use for the generation.

Describe alternatives you've considered

ATM, to overcome this issue I'm running your codegen solution in it's version 0.4.1. While it's been working great, it also means that I would miss on any new cool features you are implementing.

@seriouslag
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

The product I'm working on is integrating in a federation of React components. See https://github.com/openshift/dynamic-plugin-sdk Which means that I can't chose the version of React I'm working with. Right now OpenShift console runs React 17. In turn this means that we have to use react-query at version 4.

Describe the solution you'd like

I'd love the codegen executable to accept a parameter to specify which version of react-query to use for the generation.

Describe alternatives you've considered

ATM, to overcome this issue I'm running your codegen solution in it's version 0.4.1. While it's been working great, it also means that I would miss on any new cool features you are implementing.

While that would be nice, there is no way for us to support older version as the types do not match. Feel free to fork and back port features. I suggest opening tickets with your out of date code.

@seriouslag seriouslag added the wontfix This will not be worked on label Apr 30, 2024
@7nohe 7nohe closed this as not planned Won't fix, can't repro, duplicate, stale May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants