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
@zpao I thought we were going to go with environment based variant, if config.react.variant is not explicitly set. However
if variant = app.config.react.variant || ::Rails.env.test?
makes it very clear that it needs to be configured. I think if it is as intended, then we should emphasize it a bit more in the readme. Because that bit even me a few times...