andreypopp / andreypopp/reactdown

Unexpected data value while parsing

オープン
#24 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。