stream-chat-react-native-core 5.31.0-beta.1 → 5.31.1-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/lib/commonjs/components/Message/MessageSimple/MessageFooter.js +8 -0
  2. package/lib/commonjs/components/Message/MessageSimple/MessageFooter.js.map +1 -1
  3. package/lib/commonjs/components/Message/MessageSimple/MessageTimestamp.js +12 -3
  4. package/lib/commonjs/components/Message/MessageSimple/MessageTimestamp.js.map +1 -1
  5. package/lib/commonjs/i18n/es.json +14 -14
  6. package/lib/commonjs/i18n/fr.json +14 -14
  7. package/lib/commonjs/i18n/he.json +14 -14
  8. package/lib/commonjs/i18n/hi.json +14 -14
  9. package/lib/commonjs/i18n/it.json +14 -14
  10. package/lib/commonjs/i18n/ja.json +14 -14
  11. package/lib/commonjs/i18n/ko.json +14 -14
  12. package/lib/commonjs/i18n/nl.json +14 -14
  13. package/lib/commonjs/i18n/pt-BR.json +14 -14
  14. package/lib/commonjs/i18n/ru.json +14 -14
  15. package/lib/commonjs/i18n/tr.json +14 -14
  16. package/lib/commonjs/utils/getDateString.js +2 -2
  17. package/lib/commonjs/utils/getDateString.js.map +1 -1
  18. package/lib/commonjs/version.json +1 -1
  19. package/lib/module/components/Message/MessageSimple/MessageFooter.js +8 -0
  20. package/lib/module/components/Message/MessageSimple/MessageFooter.js.map +1 -1
  21. package/lib/module/components/Message/MessageSimple/MessageTimestamp.js +12 -3
  22. package/lib/module/components/Message/MessageSimple/MessageTimestamp.js.map +1 -1
  23. package/lib/module/i18n/es.json +14 -14
  24. package/lib/module/i18n/fr.json +14 -14
  25. package/lib/module/i18n/he.json +14 -14
  26. package/lib/module/i18n/hi.json +14 -14
  27. package/lib/module/i18n/it.json +14 -14
  28. package/lib/module/i18n/ja.json +14 -14
  29. package/lib/module/i18n/ko.json +14 -14
  30. package/lib/module/i18n/nl.json +14 -14
  31. package/lib/module/i18n/pt-BR.json +14 -14
  32. package/lib/module/i18n/ru.json +14 -14
  33. package/lib/module/i18n/tr.json +14 -14
  34. package/lib/module/utils/getDateString.js +2 -2
  35. package/lib/module/utils/getDateString.js.map +1 -1
  36. package/lib/module/version.json +1 -1
  37. package/lib/typescript/components/Message/MessageSimple/MessageFooter.d.ts +1 -0
  38. package/lib/typescript/components/Message/MessageSimple/MessageFooter.d.ts.map +1 -1
  39. package/lib/typescript/components/Message/MessageSimple/MessageTimestamp.d.ts +4 -0
  40. package/lib/typescript/components/Message/MessageSimple/MessageTimestamp.d.ts.map +1 -1
  41. package/lib/typescript/i18n/es.json +14 -14
  42. package/lib/typescript/i18n/fr.json +14 -14
  43. package/lib/typescript/i18n/he.json +14 -14
  44. package/lib/typescript/i18n/hi.json +14 -14
  45. package/lib/typescript/i18n/it.json +14 -14
  46. package/lib/typescript/i18n/ja.json +14 -14
  47. package/lib/typescript/i18n/ko.json +14 -14
  48. package/lib/typescript/i18n/nl.json +14 -14
  49. package/lib/typescript/i18n/pt-BR.json +14 -14
  50. package/lib/typescript/i18n/ru.json +14 -14
  51. package/lib/typescript/i18n/tr.json +14 -14
  52. package/lib/typescript/utils/getDateString.d.ts +1 -1
  53. package/lib/typescript/utils/getDateString.d.ts.map +1 -1
  54. package/package.json +1 -1
  55. package/src/components/Message/MessageSimple/MessageFooter.tsx +12 -3
  56. package/src/components/Message/MessageSimple/MessageTimestamp.tsx +22 -6
  57. package/src/i18n/es.json +14 -14
  58. package/src/i18n/fr.json +14 -14
  59. package/src/i18n/he.json +14 -14
  60. package/src/i18n/hi.json +14 -14
  61. package/src/i18n/it.json +14 -14
  62. package/src/i18n/ja.json +14 -14
  63. package/src/i18n/ko.json +14 -14
  64. package/src/i18n/nl.json +14 -14
  65. package/src/i18n/pt-BR.json +14 -14
  66. package/src/i18n/ru.json +14 -14
  67. package/src/i18n/tr.json +14 -14
  68. package/src/utils/getDateString.ts +3 -3
  69. package/src/version.json +1 -1
package/src/i18n/ja.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "1 Reply": "1件の返信",
3
- "1 Thread Reply": "",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "1件のスレッド返信",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
@@ -16,14 +16,14 @@
16
16
  "Device camera is used to take photos or videos.": "",
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
- "Edited": "編集済み",
19
+ "Edited": "",
20
20
  "Editing Message": "",
21
- "Emoji matching": "絵文字マッチング",
22
- "Empty message...": "空のメッセージ...",
23
- "Error loading": "",
21
+ "Emoji matching": "",
22
+ "Empty message...": "",
23
+ "Error loading": "読み込みエラー",
24
24
  "Error loading channel list...": "",
25
- "Error loading messages for this channel...": "",
26
- "Error while loading, please reload/refresh": "ロード中にエラーが発生しました。更新してください",
25
+ "Error loading messages for this channel...": "このチャネルのメッセージの読み込み中にエラーが発生しました。。。",
26
+ "Error while loading, please reload/refresh": "",
27
27
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "",
28
28
  "File type not supported": "",
29
29
  "Flag": "",
@@ -31,19 +31,19 @@
31
31
  "Flag action failed either due to a network issue or the message is already flagged": "",
32
32
  "Hold to start recording.": "",
33
33
  "How about sending your first message to a friend?": "",
34
- "Instant Commands": "インスタントコマンド",
34
+ "Instant Commands": "",
35
35
  "Let's start chatting!": "",
36
36
  "Links are disabled": "",
37
37
  "Loading channels...": "チャネルを読み込み中。。。",
38
38
  "Loading messages...": "メッセージを読み込み中。。。",
39
39
  "Loading...": "読み込み中。。。",
40
- "Message Reactions": "",
40
+ "Message Reactions": "メッセージのリアクション",
41
41
  "Message deleted": "メッセージが削除されました",
42
42
  "Message flagged": "",
43
43
  "Mute User": "",
44
44
  "No chats here yet…": "",
45
45
  "Not supported": "",
46
- "Nothing yet...": "まだ何もありません...",
46
+ "Nothing yet...": "",
47
47
  "Ok": "",
48
48
  "Only visible to you": "あなただけに見える",
49
49
  "Open Settings": "",
@@ -76,8 +76,8 @@
76
76
  "You can't send messages in this channel": "",
77
77
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
- "{{ replyCount }} Replies": "{{ replyCount }}件の返信",
80
- "{{ replyCount }} Thread Replies": "",
79
+ "{{ replyCount }} Replies": "",
80
+ "{{ replyCount }} Thread Replies": "{{ replyCount }}件のスレッド返信",
81
81
  "{{ user }} is typing": "",
82
- "🏙 Attachment...": "🏙 アタッチメント..."
82
+ "🏙 Attachment...": ""
83
83
  }
package/src/i18n/ko.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "1 Reply": "답장 1개",
3
- "1 Thread Reply": "",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "1개의 스레드 답글",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
@@ -16,14 +16,14 @@
16
16
  "Device camera is used to take photos or videos.": "",
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
- "Edited": "편집됨",
19
+ "Edited": "",
20
20
  "Editing Message": "",
21
- "Emoji matching": "이모티콘 매칭",
22
- "Empty message...": "빈 메시지...",
23
- "Error loading": "",
21
+ "Emoji matching": "",
22
+ "Empty message...": "",
23
+ "Error loading": "로드 오류",
24
24
  "Error loading channel list...": "",
25
- "Error loading messages for this channel...": "",
26
- "Error while loading, please reload/refresh": "로드하는 동안 오류가 발생했습니다. 다시로드하십시오",
25
+ "Error loading messages for this channel...": "이 채널의 메시지를로드하는 동안 오류가 발생했습니다...",
26
+ "Error while loading, please reload/refresh": "",
27
27
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "",
28
28
  "File type not supported": "",
29
29
  "Flag": "",
@@ -31,19 +31,19 @@
31
31
  "Flag action failed either due to a network issue or the message is already flagged": "",
32
32
  "Hold to start recording.": "",
33
33
  "How about sending your first message to a friend?": "",
34
- "Instant Commands": "인스턴트 명령",
34
+ "Instant Commands": "",
35
35
  "Let's start chatting!": "",
36
36
  "Links are disabled": "",
37
37
  "Loading channels...": "채널을 로딩 중...",
38
38
  "Loading messages...": "메시지를 로딩 중...",
39
39
  "Loading...": "로딩 중...",
40
- "Message Reactions": "",
40
+ "Message Reactions": "메시지의 리액션",
41
41
  "Message deleted": "메시지가 삭제되었습니다.",
42
42
  "Message flagged": "",
43
43
  "Mute User": "",
44
44
  "No chats here yet…": "",
45
45
  "Not supported": "",
46
- "Nothing yet...": "아직 아무것도...",
46
+ "Nothing yet...": "",
47
47
  "Ok": "",
48
48
  "Only visible to you": "당신만 볼 수 있습니다",
49
49
  "Open Settings": "",
@@ -76,8 +76,8 @@
76
76
  "You can't send messages in this channel": "",
77
77
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
- "{{ replyCount }} Replies": "{{ replyCount }} 답글",
80
- "{{ replyCount }} Thread Replies": "",
79
+ "{{ replyCount }} Replies": "",
80
+ "{{ replyCount }} Thread Replies": "{{ replyCount }} 스레드 답글",
81
81
  "{{ user }} is typing": "",
82
- "🏙 Attachment...": "🏙 부착..."
82
+ "🏙 Attachment...": ""
83
83
  }
package/src/i18n/nl.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "1 Reply": "1 Antwoord",
3
- "1 Thread Reply": "",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "1 thread antwoord",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
@@ -16,14 +16,14 @@
16
16
  "Device camera is used to take photos or videos.": "",
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
- "Edited": "Bewerkt",
19
+ "Edited": "",
20
20
  "Editing Message": "",
21
- "Emoji matching": "Emoji-overeenkomsten",
22
- "Empty message...": "Leeg bericht...",
23
- "Error loading": "",
21
+ "Emoji matching": "",
22
+ "Empty message...": "",
23
+ "Error loading": "Probleem bij het laden",
24
24
  "Error loading channel list...": "",
25
- "Error loading messages for this channel...": "",
26
- "Error while loading, please reload/refresh": "Probleem bij het laden, probeer opnieuw",
25
+ "Error loading messages for this channel...": "Probleem bij het laden van de berichten in dit kanaal...",
26
+ "Error while loading, please reload/refresh": "",
27
27
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "",
28
28
  "File type not supported": "",
29
29
  "Flag": "",
@@ -31,19 +31,19 @@
31
31
  "Flag action failed either due to a network issue or the message is already flagged": "",
32
32
  "Hold to start recording.": "",
33
33
  "How about sending your first message to a friend?": "",
34
- "Instant Commands": "Directe Opdrachten",
34
+ "Instant Commands": "",
35
35
  "Let's start chatting!": "",
36
36
  "Links are disabled": "",
37
37
  "Loading channels...": "Kanalen aan het laden...",
38
38
  "Loading messages...": "Berichten aan het laden...",
39
39
  "Loading...": "Aan het laden...",
40
- "Message Reactions": "",
40
+ "Message Reactions": "Bericht Reacties",
41
41
  "Message deleted": "Bericht verwijderd",
42
42
  "Message flagged": "",
43
43
  "Mute User": "",
44
44
  "No chats here yet…": "",
45
45
  "Not supported": "",
46
- "Nothing yet...": "Nog niets...",
46
+ "Nothing yet...": "",
47
47
  "Ok": "",
48
48
  "Only visible to you": "Alleen zichtbaar voor jou",
49
49
  "Open Settings": "",
@@ -76,8 +76,8 @@
76
76
  "You can't send messages in this channel": "",
77
77
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
- "{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
80
- "{{ replyCount }} Thread Replies": "",
79
+ "{{ replyCount }} Replies": "",
80
+ "{{ replyCount }} Thread Replies": "{{replyCount}} Discussiereacties",
81
81
  "{{ user }} is typing": "",
82
- "🏙 Attachment...": "🏙 Bijlage..."
82
+ "🏙 Attachment...": ""
83
83
  }
@@ -1,6 +1,6 @@
1
1
  {
2
- "1 Reply": "1 Resposta",
3
- "1 Thread Reply": "",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "1 Resposta de Thread",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
@@ -16,14 +16,14 @@
16
16
  "Device camera is used to take photos or videos.": "",
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
- "Edited": "Editado",
19
+ "Edited": "",
20
20
  "Editing Message": "",
21
- "Emoji matching": "Correspondência de Emoji",
22
- "Empty message...": "Mensagem vazia...",
23
- "Error loading": "",
21
+ "Emoji matching": "",
22
+ "Empty message...": "",
23
+ "Error loading": "Erro ao carregar",
24
24
  "Error loading channel list...": "",
25
- "Error loading messages for this channel...": "",
26
- "Error while loading, please reload/refresh": "Erro ao carregar, por favor recarregue/atualize",
25
+ "Error loading messages for this channel...": "Erro ao carregar mensagens para este canal...",
26
+ "Error while loading, please reload/refresh": "",
27
27
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "",
28
28
  "File type not supported": "",
29
29
  "Flag": "",
@@ -31,19 +31,19 @@
31
31
  "Flag action failed either due to a network issue or the message is already flagged": "",
32
32
  "Hold to start recording.": "",
33
33
  "How about sending your first message to a friend?": "",
34
- "Instant Commands": "Comandos Instantâneos",
34
+ "Instant Commands": "",
35
35
  "Let's start chatting!": "",
36
36
  "Links are disabled": "",
37
37
  "Loading channels...": "Carregando canais...",
38
38
  "Loading messages...": "Carregando mensagens...",
39
39
  "Loading...": "Carregando...",
40
- "Message Reactions": "",
40
+ "Message Reactions": "Reações à Mensagem",
41
41
  "Message deleted": "Mensagem excluída",
42
42
  "Message flagged": "",
43
43
  "Mute User": "",
44
44
  "No chats here yet…": "",
45
45
  "Not supported": "",
46
- "Nothing yet...": "Nada ainda...",
46
+ "Nothing yet...": "",
47
47
  "Ok": "",
48
48
  "Only visible to you": "Apenas visível para você",
49
49
  "Open Settings": "",
@@ -76,8 +76,8 @@
76
76
  "You can't send messages in this channel": "",
77
77
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
- "{{ replyCount }} Replies": "{{ replyCount }} Respostas",
80
- "{{ replyCount }} Thread Replies": "",
79
+ "{{ replyCount }} Replies": "",
80
+ "{{ replyCount }} Thread Replies": "{{ replyCount }} Respostas de Thread",
81
81
  "{{ user }} is typing": "",
82
- "🏙 Attachment...": "🏙 Anexo..."
82
+ "🏙 Attachment...": ""
83
83
  }
package/src/i18n/ru.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "1 Reply": "1 Ответ",
3
- "1 Thread Reply": "",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "1 тема Ответить",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
@@ -16,14 +16,14 @@
16
16
  "Device camera is used to take photos or videos.": "",
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
- "Edited": "Отредактировано",
19
+ "Edited": "",
20
20
  "Editing Message": "",
21
- "Emoji matching": "Соответствие эмодзи",
22
- "Empty message...": "Пустое сообщение...",
23
- "Error loading": "",
21
+ "Emoji matching": "",
22
+ "Empty message...": "",
23
+ "Error loading": "Ошибка при загрузке",
24
24
  "Error loading channel list...": "",
25
- "Error loading messages for this channel...": "",
26
- "Error while loading, please reload/refresh": "Ошибка загрузки, пожалуйста перезагрузите или обновите",
25
+ "Error loading messages for this channel...": "Ошибка загрузки сообщений для этого канала...",
26
+ "Error while loading, please reload/refresh": "",
27
27
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "",
28
28
  "File type not supported": "",
29
29
  "Flag": "",
@@ -31,19 +31,19 @@
31
31
  "Flag action failed either due to a network issue or the message is already flagged": "",
32
32
  "Hold to start recording.": "",
33
33
  "How about sending your first message to a friend?": "",
34
- "Instant Commands": "Мгновенные Команды",
34
+ "Instant Commands": "",
35
35
  "Let's start chatting!": "",
36
36
  "Links are disabled": "",
37
37
  "Loading channels...": "Загружаю каналы...",
38
38
  "Loading messages...": "Загружаю сообщения...",
39
39
  "Loading...": "Загружаю...",
40
- "Message Reactions": "",
40
+ "Message Reactions": "Сообщения Реакции",
41
41
  "Message deleted": "Сообщение удалено",
42
42
  "Message flagged": "",
43
43
  "Mute User": "",
44
44
  "No chats here yet…": "",
45
45
  "Not supported": "",
46
- "Nothing yet...": "Пока ничего нет...",
46
+ "Nothing yet...": "",
47
47
  "Ok": "",
48
48
  "Only visible to you": "Видно только вам",
49
49
  "Open Settings": "",
@@ -76,8 +76,8 @@
76
76
  "You can't send messages in this channel": "",
77
77
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
- "{{ replyCount }} Replies": "{{ replyCount }} Ответов",
80
- "{{ replyCount }} Thread Replies": "",
79
+ "{{ replyCount }} Replies": "",
80
+ "{{ replyCount }} Thread Replies": "{{replyCount}} Ответы в темах",
81
81
  "{{ user }} is typing": "",
82
- "🏙 Attachment...": "🏙 Вложение..."
82
+ "🏙 Attachment...": ""
83
83
  }
package/src/i18n/tr.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "1 Reply": "1 Cevap",
3
- "1 Thread Reply": "",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "1 Konu Yanıtı",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
@@ -16,14 +16,14 @@
16
16
  "Device camera is used to take photos or videos.": "",
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
- "Edited": "Düzenlendi",
19
+ "Edited": "",
20
20
  "Editing Message": "",
21
- "Emoji matching": "Emoji eşleştirme",
22
- "Empty message...": "Boş mesaj...",
23
- "Error loading": "",
21
+ "Emoji matching": "",
22
+ "Empty message...": "",
23
+ "Error loading": "Yükleme hatası",
24
24
  "Error loading channel list...": "",
25
- "Error loading messages for this channel...": "",
26
- "Error while loading, please reload/refresh": "Yüklenirken hata oluştu, lütfen tekrar deneyiniz",
25
+ "Error loading messages for this channel...": "Bu kanal için mesajlar yüklenirken hata oluştu...",
26
+ "Error while loading, please reload/refresh": "",
27
27
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "",
28
28
  "File type not supported": "",
29
29
  "Flag": "",
@@ -31,19 +31,19 @@
31
31
  "Flag action failed either due to a network issue or the message is already flagged": "",
32
32
  "Hold to start recording.": "",
33
33
  "How about sending your first message to a friend?": "",
34
- "Instant Commands": "Anlık Komutlar",
34
+ "Instant Commands": "",
35
35
  "Let's start chatting!": "",
36
36
  "Links are disabled": "",
37
37
  "Loading channels...": "Kanallar yükleniyor...",
38
38
  "Loading messages...": "Mesajlar yükleniyor...",
39
39
  "Loading...": "Yükleniyor...",
40
- "Message Reactions": "",
40
+ "Message Reactions": "Mesaj Tepkileri",
41
41
  "Message deleted": "Mesaj silindi",
42
42
  "Message flagged": "",
43
43
  "Mute User": "",
44
44
  "No chats here yet…": "",
45
45
  "Not supported": "",
46
- "Nothing yet...": "Henüz değil...",
46
+ "Nothing yet...": "",
47
47
  "Ok": "",
48
48
  "Only visible to you": "Sadece siz görebilirsiniz",
49
49
  "Open Settings": "",
@@ -76,8 +76,8 @@
76
76
  "You can't send messages in this channel": "",
77
77
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
- "{{ replyCount }} Replies": "{{ replyCount }} Cevap",
80
- "{{ replyCount }} Thread Replies": "",
79
+ "{{ replyCount }} Replies": "",
80
+ "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
81
81
  "{{ user }} is typing": "",
82
- "🏙 Attachment...": "🏙 Ek..."
82
+ "🏙 Attachment...": ""
83
83
  }
@@ -39,9 +39,9 @@ export function getDateString({
39
39
  format,
40
40
  formatDate,
41
41
  tDateTimeParser,
42
- }: DateFormatterOptions): string | number | null {
42
+ }: DateFormatterOptions): string | number | undefined {
43
43
  if (!date || (typeof date === 'string' && !Date.parse(date))) {
44
- return null;
44
+ return;
45
45
  }
46
46
 
47
47
  if (typeof formatDate === 'function') {
@@ -50,7 +50,7 @@ export function getDateString({
50
50
 
51
51
  if (!tDateTimeParser) {
52
52
  console.log(noParsingFunctionWarning);
53
- return null;
53
+ return;
54
54
  }
55
55
 
56
56
  const parsedTime = tDateTimeParser(date);
package/src/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "5.31.0-beta.1"
2
+ "version": "5.31.1-beta.1"
3
3
  }