Answered

'showNews' buggy behaviour

  • 4 December 2023
  • 1 reply
  • 22 views

Hello,

In our web application, we’re trying to display a specific news items based on button clicks using Intercom(‘showNews’, 1234). We’re currently facing an issue though as soon as we try to open two different news items (by clicking on each button one after the other). When we do this action, the first news item will somehow be cached and displayed again. Then no matter which button we click, the first item will always be the one displayed. We’ve tried to call Intercom(‘showSpace’, ‘news’) to see if it would solve the issue but to no avail.

You can reproduce it by going on community.intercom.com and running the following in the console:

Intercom('showNews', 31822)
Intercom('showNews', 28469)

Could you help me here ? I believe this might be a bug.

icon

Best answer by Jacob Cox 10 December 2023, 23:47

View original

1 reply

Userlevel 4
Badge +5

Hey there @Yohan Robert 

I just tested that out and confirm that this appears to be a bug. Thanks for letting us know about that!

I’ll open up an issue with the team about this so they can dig into it a bit!

Reply