andreypopp / andreypopp/reactdown
Documentation errors
オープン
- 主要言語
- JavaScript
- スター
- 117
- フォーク
- 10
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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'
}
}
}
}
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。