You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jsx-slack has supported HTML style <time datetime> attribute. On the other hand, React uses camelCase prop <time dateTime> normally. Both will work in React but not in jsx-slack.
For compatibility of React JSX, it's good to add an alias prop dateTime for datetime attribute.
The text was updated successfully, but these errors were encountered:
jsx-slack has supported HTML style
<time datetime>
attribute. On the other hand, React uses camelCase prop<time dateTime>
normally. Both will work in React but not in jsx-slack.For compatibility of React JSX, it's good to add an alias prop
dateTime
fordatetime
attribute.The text was updated successfully, but these errors were encountered: