Callback with parameters lead to errors in calling action

Actions & Logic

I have a component called quickfilter, which consists of a container and text. This component gets certain parameters namely onClick, value and isSelected. isSelected is just for styling. The onClick is a callback, which as two parameters namely value and isNowSelected. It basically returns the component parameters value and !isSelected. So far so good. When I configure this in my parent component I set all these values (see first Screenshot). When I save this I immediately I get an error that the conditional action is not configured properly. When I click this error I get to the action panel of the component quickfilter. But not the onClick parameter one but the actual action configurator. Therefore I don't see any actions configured (see second screenshot). When I click on the error within the error panel I now get transferred to the action tree that I configured earlier but now the types cannot be inferred (see screenshot 3 and 4). I think this is an error within Flutterflow. It seems that it just creates the same tree within the component (not the onClick parameter) and therefore cannot infer the types. Can someone help?

What have you tried so far?

Actually nothing much, since I cannot access the generated code and modify it respectively.

Did you check FlutterFlow's Documentation for this topic?
Yes
2