зеркало из https://github.com/microsoft/satcheljs.git
Fix example in README.md (#73)
This commit is contained in:
Родитель
60b0234747
Коммит
ef1e94c96d
|
@ -60,7 +60,7 @@ class TodoListComponent extends React.Component<any, any> {
|
|||
render() {
|
||||
return (
|
||||
<div>
|
||||
getStore().todos.map(todo => <div>{todo.text}</div>)
|
||||
{getStore().todos.map(todo => <div>{todo.text}</div>)}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче