andreypopp / andreypopp/reactdown
Unexpected data value while parsing
未关闭
- 主要语言
- JavaScript
- 星标
- 117
- 派生
- 10
- PR 合并指标
- 30 天内没有已合并 PR
描述
I'm trying to pass a `filter` prop set to `Interest` to a `FilterPoint` component from inside a markdown file. Here's my code:
```
..FilterPoint
---
filter: Interest
---
```
And here's my config:
```
{
directives: {
FilterPoint: {
component: {
source: './components/stackedbar/FilterPoint.js'
}
}
}
}
```
This is triggering the following error:
```
ERROR in ./contents/frontend/results.md
Found an unexpected data value while parsing ..FilterPoint directive at line 6 column 1
```
Any idea?
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。