Skip to content

Commit

Permalink
fix bug where Compiler was not available (#1471)
Browse files Browse the repository at this point in the history
* fix bug where Compiler was not available

* add changelog

* vale
  • Loading branch information
joelhawksley authored Aug 15, 2022
1 parent 8e51b73 commit 21ccd88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ title: Changelog

## main

* Fix bug where `ViewComponent::Compiler` wasn't required.

*Joel Hawksley*

## 2.67.0

* Use ViewComponent::Base.config as the internal endpoint for config.
Expand Down
1 change: 1 addition & 0 deletions lib/view_component/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
require "active_support/configurable"
require "view_component/collection"
require "view_component/compile_cache"
require "view_component/compiler"
require "view_component/config"
require "view_component/content_areas"
require "view_component/polymorphic_slots"
Expand Down

0 comments on commit 21ccd88

Please sign in to comment.