-
Notifications
You must be signed in to change notification settings - Fork 123
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
Code generated for screaming-case enum names conflicts with built_value #224
Comments
Actually Stapi allows to set a custom name, but I think this is still a legit issue |
can confirm. The issue is that built_value used a slightly different implementation of toCamelCase than recase. recase: difference example: We should switch to the same camelCase logic in the code builder also built_class probably has the same issue here:
|
thanks @knaeckeKami for digging into this. Can you please confirm that #225 resolves this issue? |
yes, this fixes it! |
These enum names come from strapi.io and can not be influenced except by changing Strapi code
ferry: 0.9.4
built_value: 7.1.0
The text was updated successfully, but these errors were encountered: