We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ex:
.vary :split_name, context: 'foo' do |v| v.when :variant1, :variant2 do ... end v.default :variant1 do ... end end
the behavior here is unclear for visitors assigned variant1, it's likely we should not allow the default to be specified in another when.
when
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ex:
the behavior here is unclear for visitors assigned variant1, it's likely we should not allow the default to be specified in another
when
.The text was updated successfully, but these errors were encountered: