Hi, I’m using Meteor 1.4 with React, and have a component with an element that has the style definition “display:none”. This element will be toggled to be visible after a user action. The app works as expected. But one thing that keeps bothering me is that the browser generates an error when rendering this hidden element:
“Visibility: Element is hidden, you must call refresh after element becomes visible”
Does anyone know how to get rid of this error? Thanks in advance!