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

fix: Generate operationId the same between ReactQueryComponents and ReactQueryFunctions #232

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Cellule
Copy link

@Cellule Cellule commented Mar 14, 2024

Since I generated the context from ReactQueryComponents, if I tried to then generate ReactQueryFunctions I would get typings errors on the operationId because the 2 wouldn't generate the same casing for operationId.

At first I thought I could use a mix of both for different purposes.
I might just squeeze what I want in components instead (Maybe PR coming, still need to think about it a bit).
Still figured this would be a good improvement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant