-
Notifications
You must be signed in to change notification settings - Fork 57
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
flow-runtime ParameterType remember doesn't work with arrays #237
Labels
Comments
For anyone who have the same issue. Workaround is to remove type template and use "internal" type alias:
|
vlsergey
added a commit
to vlsergey/flow-runtime
that referenced
this issue
Jun 22, 2020
vlsergey
added a commit
to vlsergey/flow-runtime
that referenced
this issue
Jun 22, 2020
vlsergey
added a commit
to vlsergey/flow-runtime
that referenced
this issue
Jun 29, 2020
vlsergey
added a commit
to vlsergey/flow-runtime
that referenced
this issue
Jun 30, 2020
gajus
added a commit
that referenced
this issue
Jul 6, 2020
Fix for #237: record actual Type for ParameterType if implicit type is available
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a:
Which concerns:
What is the current behaviour?
What is the expected behaviour?
Shall not throw an exception.
Which package versions are you using?
The text was updated successfully, but these errors were encountered: