andreypopp / andreypopp/reactdown
Documentation errors
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 117
- Fork
- 10
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
I found some inaccuracies in the docs (using `1.0.0-alpha14`).
`import {metadata} from './my-document.md'` didn't work for me, instead it was `import {meta} from './my-document.md'`.
Also, using the following config threw an error:
```
directives: {
TwitterFeed: {
render: {
name: 'TwitterFeed',
source: './module/with/directives'
}
}
},
```
But this one seemed to work better:
```
{
directives: {
Thing: {
component: {
source: './components/Thing.js'
}
}
}
}
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.