-
Notifications
You must be signed in to change notification settings - Fork 0
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
A param of type 'List' is breaking camelCase() #10
Comments
@chrisbuttery Yeah, so the likely cause is that the formalist AST doesn’t match what we’re expecting somewhere. Can you work out which field/section/group etc combination is causing that error? I think |
@makenosound I've just addressed this in PR #13 |
@chrisbuttery Cool, thanks! |
We should keep this open to make sure we work out and prevent the original issue about the wrong data being passed to the camel case function, yes? |
@timriley I think it was just old AST data. |
Ah, OK then! |
@makenosound @timriley Yeah I believe it was. I'll leave open for now. |
It seems a
List
is being passed through thecamelCase
instead of astring
.Closed PR: #9 (comment)
The text was updated successfully, but these errors were encountered: