andreypopp / andreypopp/reactdown

Unexpected data value while parsing

Đang mở
#24 3 bình luận 0 reaction 0 người được giao Xem trên GitHub
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'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?

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á.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.