Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions src/LiveComponent/doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Live Components
===============

**EXPERIMENTAL** This component is currently experimental and is likely
to change, or even change drastically.
.. caution::

This component is currently experimental and is likely to change, or even
change drastically.

Live components builds on top of the `TwigComponent`_ library
to give you the power to automatically update your Twig components on
Expand Down Expand Up @@ -3256,7 +3258,7 @@ uses Symfony's test client to render and make requests to your components::
// refresh the component
$testComponent->refresh();

// access the component object (in it's current state)
// access the component object (in its current state)
$component = $testComponent->component(); // MyComponent

$this->assertSame(99, $component->count);
Expand Down