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
Currently, the implementation focuses on SimpleFunction, so the ComposableName feature does not fully work within anonymous functions. Logic to handle AnonymousFunction needs to be added.
The text was updated successfully, but these errors were encountered:
Currently, only SimpleFunction is treated as a Composable, but we also need to check if the Composable function provided as an argument qualifies as a SimpleFunction.
Currently, the implementation focuses on
SimpleFunction
, so theComposableName
feature does not fully work within anonymous functions. Logic to handleAnonymousFunction
needs to be added.The text was updated successfully, but these errors were encountered: