andreypopp / andreypopp/reactdown

Documentation errors

Aperta
#22 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
JavaScript
Stelle
117
Fork
10
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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'
}
}
}
}
```

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.