Nick
Nick
FYI @proppy
You are sending an HTML response into the `reportState` method?
Duplicate of #358
That's an interesting point. If there is only one item, how much do you need to rely on user interaction? Maybe you adapt the flow more like this: > I...
You should splice the list and ensure that you have a maximum of 30 items.
If you have more than 30, you should either splice the array so you show 30, or do some sort of pagination system. But if you have more than 30,...
If you only have one item, is there a time when you'd want to show that one item instead of just passing through and showing the value of that item?
Can you provide the full stacktrace? The snippet provided doesn't include an error message. When does this error happen? Before deploying to Firebase?
[This line](https://github.com/actions-on-google/actions-on-google-nodejs/blob/master/src/framework/express.ts#L56) is throwing an error in your code, but haven't determined why.
I'm investigating this at the moment