andreypopp / andreypopp/reactdown

Unexpected data value while parsing

Open
#24 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
117
Forks
10
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.