alibaba / ChatUI

The UI design language and React library for Conversational UI
https://chatui.io
MIT License
2.61k stars 277 forks source link

Allows for falsy values #97

Closed ScreamZ closed 1 year ago

ScreamZ commented 1 year ago

Patch the package to allow not displaying time on messages and fix other behavior for fallback.

See : https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#nullish-coalescing

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

akai commented 1 year ago

just hasTime=false

ScreamZ commented 1 year ago

@akai No because false || true === true so if the second condition is true, the message is displayed anyway.