docs typo?
This commit is contained in:
parent
912d4a303d
commit
df517bf636
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ The state of a component can be accessed three ways: as a blueprint at initializ
|
||||||
|
|
||||||
Any property attached to the component object is deep-cloned for every instance of the component. This allows simple state initialization.
|
Any property attached to the component object is deep-cloned for every instance of the component. This allows simple state initialization.
|
||||||
|
|
||||||
In the example below, `data` is a property of the `Input` component's state object.
|
In the example below, `data` is a property of the `ComponentWithInitialState` component's state object.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
var ComponentWithInitialState = {
|
var ComponentWithInitialState = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue