Ethan
Results
12
comments of
Ethan
Closing in favor of https://github.com/mobxjs/mobx/pull/3902
Workaround more than a fix, but adding ```ruby def render(*args, **kwargs) kwargs[:layout] = 'application' if kwargs[:component] && kwargs[:layout].nil? super end ``` to my `ApplicationController` got me running again without having...