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 1
1
Live Components
2
2
===============
3
3
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.
6
8
7
9
Live components builds on top of the `TwigComponent `_ library
8
10
to 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::
3256
3258
// refresh the component
3257
3259
$testComponent->refresh();
3258
3260
3259
- // access the component object (in it's current state)
3261
+ // access the component object (in its current state)
3260
3262
$component = $testComponent->component(); // MyComponent
3261
3263
3262
3264
$this->assertSame(99, $component->count);
You can’t perform that action at this time.
0 commit comments