You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an assertion that all functions of an action must be FunctionType. If a class method is provided, the error "'records' is not a list AssertionError " is thrown which is not the actual issue.
It would be nice if class methods were allowed to be part of an Action's "things to be called".
There is an assertion that all
functions
of an action must be FunctionType. If a class method is provided, the error"'records' is not a list AssertionError "
is thrown which is not the actual issue.It would be nice if class methods were allowed to be part of an Action's "things to be called".
to replicate:
suggestion
The text was updated successfully, but these errors were encountered: