We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67de295 commit a28ba42Copy full SHA for a28ba42
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-chat-renderer",
3
- "version": "0.5.10",
+ "version": "0.5.11",
4
"license": "MIT",
5
"scripts": {
6
"postversion": "npm publish",
src/__tests__/__snapshots__/renderer.test.tsx.snap
@@ -385,18 +385,6 @@ Object {
385
}
386
`;
387
388
-exports[`slack jsx renders ConversationsSelect 1`] = `
389
-Object {
390
- "action_id": "conversations-action-id",
391
- "placeholder": Object {
392
- "text": "",
393
- "type": "plain_text",
394
- },
395
- "response_url_enabled": true,
396
- "type": "conversations_select",
397
-}
398
-`;
399
-
400
exports[`slack jsx renders ConversationsSelect with filter 1`] = `
401
Object {
402
"action_id": "conversations-action-id",
0 commit comments