Skip to content

Commit

Permalink
[bugfix] Expose appContext and mephistoContext in renderTextResponse (#…
Browse files Browse the repository at this point in the history
…304)

* Add appContext and mephistoContext

* Bump version
  • Loading branch information
pringshia authored Nov 4, 2020
1 parent f6a1099 commit b5c262f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bootstrap-chat/build/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/bootstrap-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-chat",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"main": "build/bundle.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions packages/bootstrap-chat/src/composed/BaseFrontend.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ function ResponsePane({ onMessageSend, inputMode, renderTextResponse }) {
onMessageSend,
inputMode,
active: inputMode === INPUT_MODE.READY_FOR_INPUT,
appContext,
mephistoContext,
})
) : (
<TextResponse
Expand Down

0 comments on commit b5c262f

Please sign in to comment.