Rename test-only MessageParents to ConversationContext
parent
61a7846149
commit
cdd16c9780
@ -1,6 +1,6 @@
|
||||
|
||||
```jsx
|
||||
<util.MessageParents theme={util.theme}>
|
||||
<util.ConversationContext theme={util.theme}>
|
||||
<Message />
|
||||
</util.MessageParents>
|
||||
</util.ConversationContext>
|
||||
```
|
||||
|
@ -0,0 +1,8 @@
|
||||
|
||||
The simplest example of using the `<ConversationContext />` component:
|
||||
|
||||
```jsx
|
||||
<util.ConversationContext theme={util.theme}>
|
||||
<div>Just a plain bit of text</div>
|
||||
</util.ConversationContext>
|
||||
```
|
@ -1,8 +0,0 @@
|
||||
|
||||
The simplest example of using the `<MessagesParents />` component:
|
||||
|
||||
```jsx
|
||||
<util.MessageParents theme={util.theme}>
|
||||
<div>Just a plain bit of text</div>
|
||||
</util.MessageParents>
|
||||
```
|
Loading…
Reference in New Issue