bukalapak/snowboard

Bug in 3.4.1

Closed this issue · 5 comments

Sorry I can't provider better info, but I tried 3.4.1 and got this error:

dataStructure.content.content.map is not a function

Switched back to 3.4.0, which works.

Info: I'm running this from a Gradle script in the WSL bash, if that's any help.

This bug is retained in 3.5.0.

@subosito
Any idea what is causing this from 3.4.1 onwards? It's still in 3.5.2 also.

I'm stuck on 3.4.0.

@nilskp could you post a snippet of the affected apib? I couldn't reproduce yet.

@subosito

This does not fix the problem.

However, I've figured out what's causing this (I think): An enum definition with a single value. E.g.:

FORMAT: 1A

# Foo

## Data Structures

### JustOne (enum)
- Hello

@subosito Also running into the same problem and can confirm it's caused in my blueprint by an enum with a single case.