File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11Live Components
22===============
33
4- **EXPERIMENTAL ** This component is currently experimental and is likely
5- to change, or even change drastically.
4+ .. caution ::
5+
6+ This component is currently experimental and is likely to change, or even
7+ change drastically.
68
79Live components builds on top of the `TwigComponent `_ library
810to give you the power to automatically update your Twig components on
@@ -3256,7 +3258,7 @@ uses Symfony's test client to render and make requests to your components::
32563258 // refresh the component
32573259 $testComponent->refresh();
32583260
3259- // access the component object (in it's current state)
3261+ // access the component object (in its current state)
32603262 $component = $testComponent->component(); // MyComponent
32613263
32623264 $this->assertSame(99, $component->count);
You can’t perform that action at this time.
0 commit comments