Results 16 comments of Greg Kavanagh

This works: ```javascript const getStack = (ownerName: string, stackFilename: string) => { return query("GetStack", { getStack: params( { ownerName: rawString(ownerName), stackFileName: rawString(stackFilename) }, { code: types.string }, ), }); };...

I should have specified that I'm using Blaze. Should it work similarly?

This issue still exists using 7.0.0-alpha.48 `decorators: [(Story) => {Story()}]` gives the error `Cannot convert a Symbol value to a string`

On changing the flag to "false" the error still occurs.