Open coffee-cup opened 5 years ago
The stream variable has different types inActionCtx and ViewCtx. Since we are merging these contexts when using the transpiler, we get an error when trying to create a stream in an action.
stream
ActionCtx
ViewCtx
The
stream
variable has different types inActionCtx
andViewCtx
. Since we are merging these contexts when using the transpiler, we get an error when trying to create a stream in an action.