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
I've tried all of these different configurations for the new functionality and none of them appear to work. It seems to me that this rule is somehow not configurable in its release. Did I miss something in my PR?
TwitterCompose:
# Not top levelallowedComposableFunctionNames: ['.*Presenter']# ComposeNaming and ComposableNaming are both used, so tried configuring both without successComposeNaming:
active: trueallowedComposableFunctionNames: ['.*Presenter']ComposableNaming:
active: trueallowedComposableFunctionNames: ['.*Presenter']
This is a followup from #104
I've tried all of these different configurations for the new functionality and none of them appear to work. It seems to me that this rule is somehow not configurable in its release. Did I miss something in my PR?
Repro: slackhq/circuit#225
The text was updated successfully, but these errors were encountered: