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
then ComposableParamOrder will trigger. To fix it I'd have to move displayMapper to the last position, which would allow it to be a trailing lambda, which isn't ideal in Compose.
The text was updated successfully, but these errors were encountered:
Yea, got it. What an incredibly unfortunate combo haha
I'll have to check before reporting the lint violation if there's a possible alternative that doesn't trigger the trailing lambda rule 😬 I don't love tying two rules together (because people might be disabling it but I guess being lenient that one time isn't that big of an issue.
If I have the following:
then
ComposableParamOrder
will trigger. To fix it I'd have to movedisplayMapper
to the last position, which would allow it to be a trailing lambda, which isn't ideal in Compose.The text was updated successfully, but these errors were encountered: