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
activityRenderer, activityStatusRenderer, and attachmentRenderer props
The deprecation period of activityRenderer, activityStatusRenderer, and attachmentRenderer props is up on 2022-06-15. We should remove them to simplify our code.
nextVisibleActivity
The deprecation period of nextVisibleActivity is up on 2022-07-22. We should remove nextVisibleActivity to simplify our code.
While removing the nextVisibleActivity, also clean up some of our samples to make sure:
compulim
changed the title
Remove deprecated nextVisibleActivity from activity middleware
Remove deprecated code related to activity middleware
Aug 1, 2022
(This is a continuation work of #4362)
Feature Request
activityRenderer
,activityStatusRenderer
, andattachmentRenderer
propsThe deprecation period of
activityRenderer
,activityStatusRenderer
, andattachmentRenderer
props is up on 2022-06-15. We should remove them to simplify our code.nextVisibleActivity
The deprecation period of
nextVisibleActivity
is up on 2022-07-22. We should removenextVisibleActivity
to simplify our code.While removing the
nextVisibleActivity
, also clean up some of our samples to make sure:To become:
This clean up make sure activity middleware is upgradeable.
Move to
freezeArray
fromObject.freeze()
for some typed arraysWith the ordinary
Object.freeze
, it types out as by generalizing types for all items.With
freezeArray
, it does not generalize types for all items.[feature-request]
The text was updated successfully, but these errors were encountered: