We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013534e commit d5dba9fCopy full SHA for d5dba9f
docs/concepts/component.md
@@ -861,7 +861,7 @@ class Pages::ExamplePage < Page::Cell::Page
861
def response
862
components {
863
div id: "div-on-page" do
864
- custom_static_component "foo from page"
+ custom_static_component
865
end
866
}
867
spec/usage/base/component_spec.rb
@@ -846,7 +846,7 @@ class ExamplePage < Page::Cell::Page
846
847
848
849
- static_component "foo from page"
+ static_component
850
851
852
0 commit comments