What's Changed
If you try to access context
before the component starts being rendered (e.g. from your initializer), it will now raise a helpful error message. This is non-breaking because it was always raising an error message. The previous error message was that it couldn’t find the method user_context
on nil
.
Full Changelog: 2.0.1...2.0.2