gimurpe
gimurpe
@petyosi I figured this is related to react-image-gallery introduced in version 7.0.0 : https://github.com/xiaolin/react-image-gallery/issues/624 .
@xiaolin I think you can try with node 14.8.0 and webpack minimize enabled. In webpack.config.js ``` optimization: { minimize: true, } ```
@xiaolin I can confirm that after disabling webpack minimize the issue stoped occurring
If you don't want to disable the minimize property you can make this work with the following code: Useful links: [terser-webpack-plugin](https://webpack.js.org/plugins/terser-webpack-plugin/#exclude) [webpack optimization minimize](https://webpack.js.org/configuration/optimization/#optimizationminimize) npm install terser-webpack-plugin --save-dev for webpack...
@miagilepner is there a place where we can keep track of the decisions on this matter?. Our clients are asking for this feature and I would like to know if...
@szuperaz I noticed that the channel preview is not being highlighted as the other other channels that have unread message when the message is marked as unread using the channel.markUnread...
Any news on this ?