andreypopp / andreypopp/reactdown
Documentation errors
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 117
- Forks
- 10
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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'
}
}
}
}
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.