Better emoji support in linkify/previews
This commit is contained in:
parent
65ad608aa7
commit
773aa9af19
15 changed files with 337 additions and 260 deletions
|
@ -32,6 +32,14 @@ story.add('Links with Text', () => {
|
|||
return <Linkify {...props} />;
|
||||
});
|
||||
|
||||
story.add('Links with Emoji without space', () => {
|
||||
const props = createProps({
|
||||
text: '👍https://www.signal.org😎',
|
||||
});
|
||||
|
||||
return <Linkify {...props} />;
|
||||
});
|
||||
|
||||
story.add('No Link', () => {
|
||||
const props = createProps({
|
||||
text: 'I am fond of cats',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue