We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0abdd69 commit 9b57eaeCopy full SHA for 9b57eae
1 file changed
test/sandbox/test/base_test.rb
@@ -165,7 +165,6 @@ class SomeComponent < ViewComponent::Base
165
end
166
167
module TestAlreadyConfigurableModule
168
- include ActiveSupport::Configurable
169
include ViewComponent::Configurable
170
171
configure do |config|
@@ -177,14 +176,12 @@ class SomeComponent < ViewComponent::Base
177
176
178
179
module TestAlreadyConfiguredModule
180
181
-
+ include ViewComponent::Configurable
+
182
183
config.view_component = ActiveSupport::InheritableOptions[instrumentation_enabled: false]
184
185
186
- include ViewComponent::Configurable
187
188
class SomeComponent < ViewComponent::Base
189
190
0 commit comments