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
The app starts performing dramatically slow when you visit list of files in direct messages with somebody or in channel\team.
We found out that it started in version 40. PR #5076 is the reason. To be more specific, there are two components:
app/containers/message/Image.tsx which uses
app/containers/message/Components/BlurComponent/index.tsx
If you delete the second one from rendering in Image, then there is no issue (and looks like the core functionality is still in place). I stopped digging dipper for now.
Please note that the issue is more 'observalbe' on android devices. :)
Description:
The app starts performing dramatically slow when you visit list of files in direct messages with somebody or in channel\team.
We found out that it started in version 40. PR #5076 is the reason. To be more specific, there are two components:
app/containers/message/Image.tsx which uses
app/containers/message/Components/BlurComponent/index.tsx
If you delete the second one from rendering in Image, then there is no issue (and looks like the core functionality is still in place). I stopped digging dipper for now.
Please note that the issue is more 'observalbe' on android devices. :)
Environment Information:
Steps to reproduce:
Expected behavior:
The app performs as well as on version 39
Actual behavior:
The app work very slow. All animations and lists glitch.
The text was updated successfully, but these errors were encountered: