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
Setting State.isTrickleEnabled doesn't affect the actual value, as this will always be determined by the getter condition. If the intention is to always see whether trickle is enabled and not whether it should be enabled, it may make sense to change the methods accordingly.
Setting
State.isTrickleEnabled
doesn't affect the actual value, as this will always be determined by the getter condition. If the intention is to always see whether trickle is enabled and not whether it should be enabled, it may make sense to change the methods accordingly.This can currently cause rendering issues.
The text was updated successfully, but these errors were encountered: